Click here to Skip to main content
15,913,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Set up SQLServer to log on as Local System account Pin
John Gathogo30-Nov-06 19:32
John Gathogo30-Nov-06 19:32 
QuestionString Manupulation Pin
jegastar30-Nov-06 2:04
jegastar30-Nov-06 2:04 
AnswerRe: String Manupulation Pin
Guffa30-Nov-06 2:16
Guffa30-Nov-06 2:16 
AnswerRe: String Manupulation Pin
J4amieC30-Nov-06 2:39
J4amieC30-Nov-06 2:39 
GeneralRe: String Manupulation Pin
jegastar30-Nov-06 2:45
jegastar30-Nov-06 2:45 
Questionprotected function Pin
monika_vasvani30-Nov-06 1:20
monika_vasvani30-Nov-06 1:20 
AnswerRe: protected function Pin
InsDev30-Nov-06 1:34
InsDev30-Nov-06 1:34 
GeneralRe: protected function Pin
monika_vasvani30-Nov-06 1:50
monika_vasvani30-Nov-06 1:50 
Hi
I have datagrid which is created at runtime.

I add checkboxes in datagrid also at runtime.

now i want event when i click on checkbox.

i have code like

protected void OnChangeHandler(object sender,EventArgs e)
{
// Handle the event...
}

dim chk as new checkbox
chk.Id="chk"
chk.CheckedChanged += new EventHandler(OnChangeHandler);

but this code is not working in asp.net with vb.net.I think this code is in c#.

How can i write this code in asp.net with vb.net?

I hope now u got my question.

Thanks
monika
GeneralRe: protected function Pin
indianet30-Nov-06 4:07
indianet30-Nov-06 4:07 
GeneralRe: protected function Pin
monika_vasvani30-Nov-06 19:50
monika_vasvani30-Nov-06 19:50 
GeneralRe: protected function Pin
ednrgc30-Nov-06 4:17
ednrgc30-Nov-06 4:17 
QuestionValidation Pin
JVVS30-Nov-06 1:17
JVVS30-Nov-06 1:17 
AnswerRe: Validation Pin
Eduard Keilholz30-Nov-06 2:35
Eduard Keilholz30-Nov-06 2:35 
AnswerRe: Validation Pin
ednrgc30-Nov-06 4:24
ednrgc30-Nov-06 4:24 
QuestionIs it possible link javascript with C# on ASP.net form Pin
phijophlip30-Nov-06 1:03
phijophlip30-Nov-06 1:03 
AnswerRe: Is it possible link javascript with C# on ASP.net form Pin
RichardGrimmer30-Nov-06 1:59
RichardGrimmer30-Nov-06 1:59 
AnswerRe: Is it possible link javascript with C# on ASP.net form Pin
shivarishxxxx30-Nov-06 8:58
shivarishxxxx30-Nov-06 8:58 
QuestionRedirect to Paypal [modified] Pin
Imran Khan Pathan30-Nov-06 1:03
Imran Khan Pathan30-Nov-06 1:03 
AnswerRe: Redirect to Paypal Pin
Torsten Mauz30-Nov-06 1:22
Torsten Mauz30-Nov-06 1:22 
AnswerRe: Redirect to Paypal Pin
Guffa30-Nov-06 2:08
Guffa30-Nov-06 2:08 
AnswerRe: Redirect to Paypal Pin
Imran Khan Pathan30-Nov-06 2:30
Imran Khan Pathan30-Nov-06 2:30 
AnswerRe: Redirect to Paypal Pin
Torsten Mauz30-Nov-06 2:32
Torsten Mauz30-Nov-06 2:32 
AnswerRe: Redirect to Paypal Pin
ednrgc30-Nov-06 4:21
ednrgc30-Nov-06 4:21 
QuestionDatagrid checkboxes problem Pin
Kissy1630-Nov-06 0:53
Kissy1630-Nov-06 0:53 
AnswerRe: Datagrid checkboxes problem Pin
ednrgc30-Nov-06 4:24
ednrgc30-Nov-06 4:24 

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.