PROGRAM AREA
Top questions
Post
New Post
Find by name:
QUESTION
How to set maximum length of Textbox in ASP.NET?
Textbox maximum length can be controlled from “MaxLength” property. By default length of the textbox will be 65535.
Edit
|
Details
|
Delete
In which event are the controls fully loaded?
Page load event.
Edit
|
Details
|
Delete
In which event of page cycle is the ViewState available?
After the Init() and before the Page_Load().
Edit
|
Details
|
Delete
Page 2 of 33
«
1
2
3
4
5
6
7
8
9
10
…
»
»»
Full Page
Back to HomePage