Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Textbox Validation Pin
enjoycrack5-Feb-07 6:20
enjoycrack5-Feb-07 6:20 
AnswerRe: Textbox Validation Pin
Sandeep Akhare5-Feb-07 18:20
Sandeep Akhare5-Feb-07 18:20 
QuestionHai,any tools to develope DSD for asp.net web project Pin
suriee5-Feb-07 5:30
suriee5-Feb-07 5:30 
Questionsending mail Pin
girishdonde5-Feb-07 5:28
girishdonde5-Feb-07 5:28 
AnswerRe: sending mail Pin
enjoycrack5-Feb-07 6:24
enjoycrack5-Feb-07 6:24 
AnswerRe: sending mail Pin
DISP-Jol5-Feb-07 6:44
DISP-Jol5-Feb-07 6:44 
QuestionHow can i access Templated columns of datagrid in code behind Pin
www.Developerof.NET5-Feb-07 4:37
www.Developerof.NET5-Feb-07 4:37 
AnswerRe: How can i access Templated columns of datagrid in code behind Pin
Pradipta Basu5-Feb-07 7:30
Pradipta Basu5-Feb-07 7:30 
Hi use
Allot_Grid.SelectedItem.FindControl("controlId")

you must be using some control inside your TemplateColumn. The above code will give you the reference to the control as an object. You have to typecast it to the control and then use can use the properties of the control.

Thanks,

Pradipta Basu

QuestionDynamic table problem Pin
Marwa Bahaa5-Feb-07 4:14
Marwa Bahaa5-Feb-07 4:14 
AnswerRe: Dynamic table problem Pin
enjoycrack5-Feb-07 6:21
enjoycrack5-Feb-07 6:21 
QuestionGirdView Sorting Pin
varshavmane5-Feb-07 3:38
varshavmane5-Feb-07 3:38 
AnswerRe: GirdView Sorting Pin
Blue_Boy5-Feb-07 4:30
Blue_Boy5-Feb-07 4:30 
GeneralRe: GirdView Sorting Pin
varshavmane5-Feb-07 18:05
varshavmane5-Feb-07 18:05 
AnswerRe: GirdView Sorting Pin
Gopi Chitri5-Feb-07 17:45
Gopi Chitri5-Feb-07 17:45 
GeneralRe: GirdView Sorting Pin
varshavmane5-Feb-07 18:08
varshavmane5-Feb-07 18:08 
QuestionWeb Developer - Reporting Add-In Pin
Reinier van de Wetering5-Feb-07 3:14
Reinier van de Wetering5-Feb-07 3:14 
AnswerRe: Web Developer - Reporting Add-In Pin
Blue_Boy5-Feb-07 5:03
Blue_Boy5-Feb-07 5:03 
GeneralRe: Web Developer - Reporting Add-In Pin
Reinier van de Wetering5-Feb-07 9:21
Reinier van de Wetering5-Feb-07 9:21 
QuestionHow can i access more that one TableAdapter Pin
slSoftware5-Feb-07 1:28
slSoftware5-Feb-07 1:28 
Questionsend value to another page Pin
Sarfaraj Ahmed5-Feb-07 0:42
Sarfaraj Ahmed5-Feb-07 0:42 
AnswerRe: send value to another page Pin
Sandeep Akhare5-Feb-07 1:14
Sandeep Akhare5-Feb-07 1:14 
GeneralRe: send value to another page Pin
Sarfaraj Ahmed5-Feb-07 1:59
Sarfaraj Ahmed5-Feb-07 1:59 
GeneralRe: send value to another page Pin
Sandeep Akhare5-Feb-07 2:03
Sandeep Akhare5-Feb-07 2:03 
GeneralRe: send value to another page Pin
Sarfaraj Ahmed5-Feb-07 4:10
Sarfaraj Ahmed5-Feb-07 4:10 
GeneralRe: send value to another page Pin
Sandeep Akhare5-Feb-07 18:01
Sandeep Akhare5-Feb-07 18:01 

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.