Click here to Skip to main content
15,887,477 members
Home / Discussions / Web Development
   

Web Development

 
Questioncan we use C# and VB,Net in the same project?? Pin
Rahithi21-Feb-07 18:49
Rahithi21-Feb-07 18:49 
AnswerRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync21-Feb-07 21:52
Michael Sync21-Feb-07 21:52 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 1:57
Rahithi22-Feb-07 1:57 
GeneralRe: can we use C# and VB,Net in the same project?? [modified] Pin
Michael Sync22-Feb-07 16:27
Michael Sync22-Feb-07 16:27 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 17:40
Rahithi22-Feb-07 17:40 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync22-Feb-07 17:53
Michael Sync22-Feb-07 17:53 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Tuwing.Sabado22-Feb-07 17:24
Tuwing.Sabado22-Feb-07 17:24 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 18:13
Rahithi22-Feb-07 18:13 
QuestionJavascript Keyboard Integration Pin
pHysiX21-Feb-07 18:27
pHysiX21-Feb-07 18:27 
AnswerRe: Javascript Keyboard Integration Pin
Bradml22-Feb-07 0:19
Bradml22-Feb-07 0:19 
GeneralRe: Javascript Keyboard Integration Pin
pHysiX22-Feb-07 11:57
pHysiX22-Feb-07 11:57 
QuestionVML Issue in IE6 Strict Mode Pin
T-Smooth21-Feb-07 6:22
T-Smooth21-Feb-07 6:22 
QuestionDatagrid update! Pin
nclauder21-Feb-07 3:30
nclauder21-Feb-07 3:30 
AnswerRe: Datagrid update! Pin
Michael Sync21-Feb-07 21:43
Michael Sync21-Feb-07 21:43 
GeneralRe: Datagrid update! Pin
nclauder21-Feb-07 22:26
nclauder21-Feb-07 22:26 
Questioncreate index.html Pin
hiral_shah21-Feb-07 1:21
hiral_shah21-Feb-07 1:21 
AnswerRe: create index.html Pin
Marcus J. Smith21-Feb-07 7:09
professionalMarcus J. Smith21-Feb-07 7:09 
AnswerRe: create index.html Pin
pHysiX21-Feb-07 18:31
pHysiX21-Feb-07 18:31 
AnswerRe: create index.html Pin
Michael Sync21-Feb-07 23:06
Michael Sync21-Feb-07 23:06 
QuestionDefaultButtons in .NET 2.0 Pin
MayyMagdy21-Feb-07 0:41
MayyMagdy21-Feb-07 0:41 
AnswerRe: DefaultButtons in .NET 2.0 Pin
kubben21-Feb-07 3:22
kubben21-Feb-07 3:22 
QuestionListening iFrame events Pin
djmarki21-Feb-07 0:07
djmarki21-Feb-07 0:07 
Questionproblem in web form loading Pin
EEmaan20-Feb-07 20:43
EEmaan20-Feb-07 20:43 
hi!
whenever an click event of any control occurs in my C# asp.net web application(visual studio.net 2003), form load is called again and all controls are initialized. Like i m using check box in my grid and want to capture my check state against any button click. But when i click button then form is again loaded and all check boxex became converted in their default state(which is unchecked).
therefore the following condition in my button click event alwayx bacame false coz at that time no check box is in checked state.
the condition is
if(checkbox.checked)
i have many other problems also due to this from loading against any event. Therefore can u tell me how to stop this loading every time.

AnswerRe: problem in web form loading Pin
sathesh pandian20-Feb-07 20:59
sathesh pandian20-Feb-07 20:59 
GeneralRe: problem in web form loading Pin
EEmaan20-Feb-07 21:10
EEmaan20-Feb-07 21:10 

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.