Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: CSS Style Sheet Pin
kubben31-Mar-07 2:36
kubben31-Mar-07 2:36 
AnswerRe: CSS Style Sheet Pin
Kunal P31-Mar-07 21:17
Kunal P31-Mar-07 21:17 
Questionquestion Pin
Be_Aman31-Mar-07 1:03
Be_Aman31-Mar-07 1:03 
AnswerRe: question Pin
kubben31-Mar-07 1:23
kubben31-Mar-07 1:23 
QuestionProblem in getting The Value of Dynamic created TextBox in asp.net? Pin
aeku31-Mar-07 0:59
aeku31-Mar-07 0:59 
AnswerRe: Problem in getting The Value of Dynamic created TextBox in asp.net? Pin
kubben31-Mar-07 1:21
kubben31-Mar-07 1:21 
AnswerRe: Problem in getting The Value of Dynamic created TextBox in asp.net? Pin
anuj_24mar@yahoo.com31-Mar-07 1:23
anuj_24mar@yahoo.com31-Mar-07 1:23 
AnswerRe: Problem in getting The Value of Dynamic created TextBox in asp.net? Pin
Sun Rays31-Mar-07 1:27
Sun Rays31-Mar-07 1:27 
u can do this

dim text1 as Textbox
text1 = ctype(me.findcontrol(IDofTextbox),textbox)
dim str as string
str = text1.text

Thanks,
Sun Rays

GeneralRe: Problem in getting The Value of Dynamic created TextBox in asp.net? Pin
aeku31-Mar-07 23:46
aeku31-Mar-07 23:46 
QuestionGridview Pin
hadad31-Mar-07 0:34
hadad31-Mar-07 0:34 
AnswerRe: Gridview Pin
MinhajuddinK31-Mar-07 17:23
MinhajuddinK31-Mar-07 17:23 
QuestionNewbie database and authentification problem Pin
draksa30-Mar-07 23:32
draksa30-Mar-07 23:32 
QuestionDatalist display Pin
vengaqua30-Mar-07 23:30
vengaqua30-Mar-07 23:30 
AnswerRe: Datalist display Pin
Sun Rays30-Mar-07 23:42
Sun Rays30-Mar-07 23:42 
GeneralRe: Datalist display Pin
vengaqua31-Mar-07 2:02
vengaqua31-Mar-07 2:02 
GeneralRe: Datalist display Pin
vengaqua31-Mar-07 2:03
vengaqua31-Mar-07 2:03 
QuestionHow to Redirect my response out of iFrame? Pin
Sathya Subramanian30-Mar-07 23:18
Sathya Subramanian30-Mar-07 23:18 
AnswerRe: How to Redirect my response out of iFrame? Pin
Sun Rays30-Mar-07 23:40
Sun Rays30-Mar-07 23:40 
GeneralRe: How to Redirect my response out of iFrame? Pin
Sathya Subramanian31-Mar-07 3:17
Sathya Subramanian31-Mar-07 3:17 
Questionhow to keep view state value in a more securely way Pin
Malayil alex30-Mar-07 22:04
Malayil alex30-Mar-07 22:04 
AnswerRe: how to keep view state value in a more securely way Pin
Sun Rays30-Mar-07 22:10
Sun Rays30-Mar-07 22:10 
GeneralRe: how to keep view state value in a more securely way Pin
Malayil alex30-Mar-07 22:17
Malayil alex30-Mar-07 22:17 
AnswerRe: how to keep view state value in a more securely way Pin
gauthee30-Mar-07 22:15
gauthee30-Mar-07 22:15 
Generalhow to keep view state value in a more securely way Pin
Malayil alex31-Mar-07 0:14
Malayil alex31-Mar-07 0:14 
GeneralRe: how to keep view state value in a more securely way Pin
Sun Rays31-Mar-07 0:21
Sun Rays31-Mar-07 0:21 

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.