Click here to Skip to main content
15,879,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# calling unmanaged C [modified] Pin
j10000_18611-Oct-07 13:03
j10000_18611-Oct-07 13:03 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn11-Oct-07 13:27
sitebuilderLuc Pattyn11-Oct-07 13:27 
GeneralRe: c# calling unmanaged C Pin
j10000_18611-Oct-07 13:41
j10000_18611-Oct-07 13:41 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn11-Oct-07 14:03
sitebuilderLuc Pattyn11-Oct-07 14:03 
GeneralRe: c# calling unmanaged C Pin
j10000_18611-Oct-07 14:52
j10000_18611-Oct-07 14:52 
GeneralRe: c# calling unmanaged C Pin
j10000_18612-Oct-07 0:51
j10000_18612-Oct-07 0:51 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn12-Oct-07 2:48
sitebuilderLuc Pattyn12-Oct-07 2:48 
QuestionGridView Bound column Pin
ss.mmm11-Oct-07 11:16
ss.mmm11-Oct-07 11:16 
I have a gridview with 2 bound columns and 1 template column(chkSalbud).
The bound columns are the Id and Name.

In the gridView_updating event,
protected void GridView_Updating(object sender, GridViewUpdateEventArgs e)
{
GridViewRow row = GridView.Rows[e.RowIndex];
if (row != null)
{
int chkSalbud = Convert.ToInt16((((CheckBox)row.FindControl("editchkSalbud")).Checked));

???? [here similarly i need to find the bound columns id and name values. the name field is readonly and the id field is visible=false]

}
}

Am trying to avoid keeping the values in dataset. Should I use template column for id and name or can I do with bound column itself?

Please help me.



Thanks

QuestionSome kind of timer.. Pin
Joplinazz11-Oct-07 10:59
Joplinazz11-Oct-07 10:59 
AnswerRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:08
mvePete O'Hanlon11-Oct-07 11:08 
AnswerRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:11
Justin Perez11-Oct-07 11:11 
GeneralRe: Some kind of timer.. Pin
Joplinazz11-Oct-07 11:16
Joplinazz11-Oct-07 11:16 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:19
Justin Perez11-Oct-07 11:19 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:28
mvePete O'Hanlon11-Oct-07 11:28 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:36
Justin Perez11-Oct-07 11:36 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:46
mvePete O'Hanlon11-Oct-07 11:46 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:51
Justin Perez11-Oct-07 11:51 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:56
mvePete O'Hanlon11-Oct-07 11:56 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 12:03
Justin Perez11-Oct-07 12:03 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 12:08
mvePete O'Hanlon11-Oct-07 12:08 
GeneralRe: Some kind of timer.. Pin
Luc Pattyn11-Oct-07 13:34
sitebuilderLuc Pattyn11-Oct-07 13:34 
AnswerRe: Some kind of timer.. Pin
Ravi Bhavnani11-Oct-07 19:57
professionalRavi Bhavnani11-Oct-07 19:57 
QuestionWhere to draw? Pin
MasterSharp11-Oct-07 10:43
MasterSharp11-Oct-07 10:43 
AnswerRe: Where to draw? Pin
Christian Graus11-Oct-07 10:49
protectorChristian Graus11-Oct-07 10:49 
GeneralRe: Where to draw? Pin
MasterSharp11-Oct-07 10:53
MasterSharp11-Oct-07 10:53 

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.