Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to find page controls Pin
Malcolm Smart31-Jul-07 5:05
Malcolm Smart31-Jul-07 5:05 
QuestionCapturing Mouse Pointer? Pin
Janu_M31-Jul-07 2:10
Janu_M31-Jul-07 2:10 
AnswerRe: Capturing Mouse Pointer? Pin
snorkie31-Jul-07 3:34
professionalsnorkie31-Jul-07 3:34 
GeneralThanks you very much. Pin
Janu_M31-Jul-07 19:40
Janu_M31-Jul-07 19:40 
QuestionopenGL Pin
Noharyiasa31-Jul-07 1:58
Noharyiasa31-Jul-07 1:58 
AnswerRe: openGL Pin
led mike31-Jul-07 4:33
led mike31-Jul-07 4:33 
QuestionGetting the value of a column of selected row in DataGridView Pin
VijayaRam31-Jul-07 1:36
VijayaRam31-Jul-07 1:36 
AnswerRe: Getting the value of a column of selected row in DataGridView Pin
Herman<T>.Instance31-Jul-07 2:53
Herman<T>.Instance31-Jul-07 2:53 
easy one
<br />
public String returnGridViewCellValue(GridViewRow row, String fieldName)<br />
    {<br />
        String result = String.Empty;<br />
<br />
        try<br />
        {<br />
            result = DataBinder.Eval(row.DataItem, fieldName).ToString();<br />
        }<br />
        catch<br />
        {<br />
            result = String.Empty; // or result = fieldName + " not found";<br />
        }<br />
<br />
        return result;<br />
    }<br />

AnswerRe: Getting the value of a column of selected row in DataGridView Pin
il_masacratore31-Jul-07 2:57
il_masacratore31-Jul-07 2:57 
QuestionHTML form filler Pin
Bone200331-Jul-07 1:32
Bone200331-Jul-07 1:32 
GeneralRe: HTML form filler Pin
Luka Grabarevic31-Jul-07 3:18
Luka Grabarevic31-Jul-07 3:18 
GeneralRe: HTML form filler Pin
Vasudevan Deepak Kumar31-Jul-07 3:28
Vasudevan Deepak Kumar31-Jul-07 3:28 
GeneralRe: HTML form filler Pin
Luka Grabarevic31-Jul-07 3:46
Luka Grabarevic31-Jul-07 3:46 
GeneralRe: HTML form filler Pin
Bone200331-Jul-07 4:10
Bone200331-Jul-07 4:10 
GeneralRe: HTML form filler Pin
led mike31-Jul-07 4:27
led mike31-Jul-07 4:27 
GeneralRe: HTML form filler Pin
Bone200331-Jul-07 4:33
Bone200331-Jul-07 4:33 
GeneralRe: HTML form filler Pin
J4amieC31-Jul-07 5:07
J4amieC31-Jul-07 5:07 
GeneralRe: HTML form filler Pin
Bone200331-Jul-07 21:17
Bone200331-Jul-07 21:17 
QuestionUsing directive Pin
Albu Marius31-Jul-07 1:28
Albu Marius31-Jul-07 1:28 
AnswerRe: Using directive Pin
Luc Pattyn31-Jul-07 1:34
sitebuilderLuc Pattyn31-Jul-07 1:34 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 1:47
Albu Marius31-Jul-07 1:47 
GeneralRe: Using directive Pin
Luc Pattyn31-Jul-07 2:02
sitebuilderLuc Pattyn31-Jul-07 2:02 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 2:07
Albu Marius31-Jul-07 2:07 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 2:17
Albu Marius31-Jul-07 2:17 
GeneralRe: Using directive Pin
Luc Pattyn31-Jul-07 2:33
sitebuilderLuc Pattyn31-Jul-07 2:33 

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.