Click here to Skip to main content
15,912,021 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: date functions in asp.net Pin
Pete O'Hanlon2-Jan-07 23:43
mvePete O'Hanlon2-Jan-07 23:43 
QuestionDesign View issues Pin
The ANZAC2-Jan-07 23:09
The ANZAC2-Jan-07 23:09 
AnswerRe: Design View issues Pin
Howard Richards3-Jan-07 0:58
Howard Richards3-Jan-07 0:58 
AnswerRe: Design View issues Pin
Chetan Ranpariya3-Jan-07 2:33
Chetan Ranpariya3-Jan-07 2:33 
GeneralRe: Design View issues Pin
RichardGrimmer3-Jan-07 4:35
RichardGrimmer3-Jan-07 4:35 
QuestionFixed header for datagrid in arbic (rtl) windows Pin
Smiles742-Jan-07 23:03
Smiles742-Jan-07 23:03 
Questionnot able to get text from textbox in datagrid in edit mode Pin
rama charan2-Jan-07 22:35
rama charan2-Jan-07 22:35 
AnswerRe: not able to get text from textbox in datagrid in edit mode Pin
Sandip Kansara2-Jan-07 23:10
Sandip Kansara2-Jan-07 23:10 
Hi,

Use FindControl Method to find the TextBox as follows:

dim str as string = CType(e.Item.Cells(2).FindControl("TextBoxName"), TextBox).Text

TextBoxName is the name of the textbox control.


Sandip Kansara
Software Engineer
India.

Generaldata read from datagrid in edit mode from text box is empty always Pin
rama charan2-Jan-07 23:29
rama charan2-Jan-07 23:29 
GeneralRe: data read from datagrid in edit mode from text box is empty always Pin
Venkatesh Mookkan2-Jan-07 23:45
Venkatesh Mookkan2-Jan-07 23:45 
Generalthank you ..... Pin
rama charan2-Jan-07 23:57
rama charan2-Jan-07 23:57 
GeneralRe: thank you ..... Pin
Venkatesh Mookkan3-Jan-07 0:03
Venkatesh Mookkan3-Jan-07 0:03 
GeneralRe: thank you ..... Pin
nagendra rao s.v.3-Jan-07 2:48
nagendra rao s.v.3-Jan-07 2:48 
AnswerRe: thank you ..... Pin
Venkatesh Mookkan3-Jan-07 15:40
Venkatesh Mookkan3-Jan-07 15:40 
QuestionClear Browser Cache Pin
pradeep kumarappagari2-Jan-07 21:42
pradeep kumarappagari2-Jan-07 21:42 
AnswerRe: Clear Browser Cache Pin
CWIZO2-Jan-07 21:42
CWIZO2-Jan-07 21:42 
GeneralRe: Clear Browser Cache Pin
pradeep kumarappagari2-Jan-07 21:49
pradeep kumarappagari2-Jan-07 21:49 
Questionhi help is needed Pin
rajeshb2k52-Jan-07 20:52
rajeshb2k52-Jan-07 20:52 
AnswerRe: hi help is needed Pin
CWIZO2-Jan-07 21:41
CWIZO2-Jan-07 21:41 
GeneralRe: hi help is needed Pin
_AK_2-Jan-07 21:48
_AK_2-Jan-07 21:48 
Questioncredit card processing Pin
Sebastian T Xavier2-Jan-07 20:52
Sebastian T Xavier2-Jan-07 20:52 
Questionhow to write a javascript code for i put tick mark in one chek box means then automatically other tick mark will display in other check box. Pin
sathyan_82942-Jan-07 20:36
sathyan_82942-Jan-07 20:36 
AnswerRe: how to write a javascript code for i put tick mark in one chek box means then automatically other tick mark will display in other check box. Pin
szukuro2-Jan-07 22:22
szukuro2-Jan-07 22:22 
QuestionHow to change Forecolor of the linkbutton control? Pin
yogita charhate2-Jan-07 20:06
yogita charhate2-Jan-07 20:06 
AnswerRe: How to change Forecolor of the linkbutton control? Pin
hakonvik2-Jan-07 20:23
hakonvik2-Jan-07 20:23 

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.