Click here to Skip to main content
15,892,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Dimitri Backaert8-Oct-09 11:19
Dimitri Backaert8-Oct-09 11:19 
AnswerRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
WBurgMo8-Oct-09 8:44
WBurgMo8-Oct-09 8:44 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Dimitri Backaert8-Oct-09 11:20
Dimitri Backaert8-Oct-09 11:20 
QuestionAdvanced combobox binding from code Pin
erfgerfgerger8-Oct-09 3:19
erfgerfgerger8-Oct-09 3:19 
QuestionTrouble calling cpp dll function whose input is char** [modified] Pin
platso_5888-Oct-09 2:22
platso_5888-Oct-09 2:22 
AnswerRe: Trouble calling cpp dll function whose input is char** Pin
Luc Pattyn8-Oct-09 2:52
sitebuilderLuc Pattyn8-Oct-09 2:52 
Questionchange picture of image controll in gridvie in windows application???? [not solved yet...] Pin
mr.mohsen8-Oct-09 1:16
mr.mohsen8-Oct-09 1:16 
AnswerRe: change picture of image controll in gridvie???? Pin
Atif Ali Bhatti8-Oct-09 1:40
Atif Ali Bhatti8-Oct-09 1:40 
hi,
its simple... add following html in the gridview column.

<a href="javascript:void(0);" onclick="ChangePic(this);"><img src="xyz.jpg"/></a>

now add a add following javascript to your page:

function ChangePic(sender)
{
sender.childNodes[0].src="abc.jpg";
}


there are many more ways to do this.

Hope It solves ur problem...

Regards
Atif Ali Bhatti.
GeneralRe: change picture of image controll in gridvie???? Pin
mr.mohsen8-Oct-09 2:34
mr.mohsen8-Oct-09 2:34 
AnswerRe: change picture of image controll in gridvie in windows application???? Pin
Henry Minute8-Oct-09 4:18
Henry Minute8-Oct-09 4:18 
GeneralRe: change picture of image controll in gridvie in windows application???? Pin
mr.mohsen8-Oct-09 7:30
mr.mohsen8-Oct-09 7:30 
GeneralRe: change picture of image controll in gridvie in windows application???? Pin
Henry Minute8-Oct-09 8:41
Henry Minute8-Oct-09 8:41 
GeneralRe: change picture of image controll in gridvie in windows application???? Pin
mr.mohsen8-Oct-09 9:05
mr.mohsen8-Oct-09 9:05 
GeneralRe: change picture of image controll in gridvie in windows application???? Pin
Henry Minute8-Oct-09 9:44
Henry Minute8-Oct-09 9:44 
GeneralRe: change picture of image controll in gridvie in windows application???? Pin
mr.mohsen8-Oct-09 12:24
mr.mohsen8-Oct-09 12:24 
QuestionCreating a Designer Add-In for Visual Studio Pin
RobertFall8-Oct-09 0:30
RobertFall8-Oct-09 0:30 
AnswerRe: Creating a Designer Add-In for Visual Studio Pin
Richard MacCutchan8-Oct-09 0:44
mveRichard MacCutchan8-Oct-09 0:44 
GeneralRe: Creating a Designer Add-In for Visual Studio Pin
RobertFall8-Oct-09 0:48
RobertFall8-Oct-09 0:48 
GeneralRe: Creating a Designer Add-In for Visual Studio Pin
Richard MacCutchan8-Oct-09 1:08
mveRichard MacCutchan8-Oct-09 1:08 
GeneralRe: Creating a Designer Add-In for Visual Studio Pin
RobertFall8-Oct-09 1:43
RobertFall8-Oct-09 1:43 
QuestionComparing for Columns Pin
Yonathan11117-Oct-09 23:25
professionalYonathan11117-Oct-09 23:25 
AnswerRe: Comparing for Columns Pin
Pete O'Hanlon8-Oct-09 0:02
mvePete O'Hanlon8-Oct-09 0:02 
AnswerRe: Comparing for Columns Pin
dan!sh 8-Oct-09 0:41
professional dan!sh 8-Oct-09 0:41 
Questionforms loading events!!! Pin
faheemnadeem7-Oct-09 23:14
faheemnadeem7-Oct-09 23:14 
AnswerRe: forms loading events!!! Pin
Christian Graus7-Oct-09 23:18
protectorChristian Graus7-Oct-09 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.