Click here to Skip to main content
16,009,255 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Server Error, please help!!! Pin
Mike Ellison1-May-06 2:34
Mike Ellison1-May-06 2:34 
GeneralRe: Server Error, please help!!! Pin
Commickey1-May-06 2:39
Commickey1-May-06 2:39 
QuestionAlert Box Pin
Balwan1-May-06 0:52
Balwan1-May-06 0:52 
AnswerRe: Alert Box Pin
Mike Ellison1-May-06 2:38
Mike Ellison1-May-06 2:38 
AnswerRe: Alert Box Pin
goyal manish1-May-06 2:46
goyal manish1-May-06 2:46 
AnswerRe: Alert Box Pin
OmegaCD1-May-06 16:18
OmegaCD1-May-06 16:18 
QuestionHTML Text Box Pin
sudharsong1-May-06 0:43
sudharsong1-May-06 0:43 
AnswerRe: HTML Text Box Pin
Mike Ellison1-May-06 2:42
Mike Ellison1-May-06 2:42 
All server controls have properties. You access a property's value using the syntax:
ServerControl.Property

The TextBox control has a Text property for retrieving or setting the text in the box. If your TextBox is named "MyTextBox", you would retrieve its value in C# this way:
string myText = MyTextBox.Text;


You might benifit from a look at the QuickStart tutorials on http://www.asp.net[^].
AnswerRe: HTML Text Box Pin
Kanjinghat3-May-06 23:21
Kanjinghat3-May-06 23:21 
GeneralRe: HTML Text Box Pin
sudharsong4-May-06 0:59
sudharsong4-May-06 0:59 
QuestionCreate installer with VS2005 Pin
awu251-May-06 0:37
awu251-May-06 0:37 
AnswerRe: Create installer with VS2005 Pin
Mike Ellison1-May-06 2:49
Mike Ellison1-May-06 2:49 
QuestionAlert Box Pin
Balwan30-Apr-06 23:03
Balwan30-Apr-06 23:03 
AnswerRe: Alert Box Pin
kirthikirthi30-Apr-06 23:32
kirthikirthi30-Apr-06 23:32 
AnswerRe: Alert Box Pin
R.Prabha Devi30-Apr-06 23:36
R.Prabha Devi30-Apr-06 23:36 
AnswerRe: Alert Box Pin
CWIZO1-May-06 0:10
CWIZO1-May-06 0:10 
QuestionHow to make a alert box on Button click Pin
Balwan30-Apr-06 23:00
Balwan30-Apr-06 23:00 
AnswerRe: How to make a alert box on Button click Pin
Sheel Gohe30-Apr-06 23:16
Sheel Gohe30-Apr-06 23:16 
GeneralRe: How to make a alert box on Button click Pin
Balwan30-Apr-06 23:24
Balwan30-Apr-06 23:24 
AnswerRe: How to make a alert box on Button click Pin
R.Prabha Devi30-Apr-06 23:38
R.Prabha Devi30-Apr-06 23:38 
QuestionError: Invalid Viewstate! Pin
wEb GuRu...30-Apr-06 22:11
wEb GuRu...30-Apr-06 22:11 
QuestionGet a reference of HTML Table bound to a GridView Pin
Sheel Gohe30-Apr-06 21:31
Sheel Gohe30-Apr-06 21:31 
AnswerRe: Get a reference of HTML Table bound to a GridView Pin
CWIZO1-May-06 0:11
CWIZO1-May-06 0:11 
AnswerRe: Get a reference of HTML Table bound to a GridView Pin
Kanjinghat3-May-06 23:31
Kanjinghat3-May-06 23:31 
QuestionHTML FileField Pin
myNameIsRon30-Apr-06 19:01
myNameIsRon30-Apr-06 19: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.