Click here to Skip to main content
16,011,685 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionChanging maxAllowedContentLength (FileUpload Control) [modified] Pin
sync_austin6-Mar-07 23:21
sync_austin6-Mar-07 23:21 
AnswerRe: Changing maxAllowedContentLength (FileUpload Control) Pin
N a v a n e e t h6-Mar-07 23:45
N a v a n e e t h6-Mar-07 23:45 
QuestionHow i can add flashnews in asp.net webform Pin
anujose6-Mar-07 22:40
anujose6-Mar-07 22:40 
AnswerRe: How i can add flashnews in asp.net webform Pin
N a v a n e e t h6-Mar-07 23:40
N a v a n e e t h6-Mar-07 23:40 
GeneralRe: How i can add flashnews in asp.net webform Pin
anujose7-Mar-07 0:20
anujose7-Mar-07 0:20 
GeneralRe: How i can add flashnews in asp.net webform Pin
N a v a n e e t h7-Mar-07 0:38
N a v a n e e t h7-Mar-07 0:38 
QuestionPlease Help!!! Pin
Mr.Sam6-Mar-07 22:38
Mr.Sam6-Mar-07 22:38 
AnswerRe: Please Help!!! Pin
badgrs6-Mar-07 23:23
badgrs6-Mar-07 23:23 
You can use document.getElementById["id"] to get the DOM element for the control. The problem is you need to know the client ID of the controls which in all but the simplest cases will not be the same as you set server-side. There are various methods for doing this and a couple of articles on CodeProject. The easiest way is to push all controls client IDs as Javascript variables at render time (by traversing the tree and outputting a load of 'var MyControlId = "clientid";'
GeneralRe: Please Help!!! Pin
Mr.Sam6-Mar-07 23:55
Mr.Sam6-Mar-07 23:55 
AnswerRe: Please Help!!! Pin
Guffa6-Mar-07 23:34
Guffa6-Mar-07 23:34 
AnswerRe: Please Help!!! Pin
N a v a n e e t h6-Mar-07 23:36
N a v a n e e t h6-Mar-07 23:36 
GeneralRe: Please Help!!! Pin
Mr.Sam6-Mar-07 23:51
Mr.Sam6-Mar-07 23:51 
GeneralRe: Please Help!!! Pin
N a v a n e e t h7-Mar-07 0:31
N a v a n e e t h7-Mar-07 0:31 
GeneralRe: Please Help!!! Pin
Mr.Sam7-Mar-07 0:35
Mr.Sam7-Mar-07 0:35 
GeneralRe: Please Help!!! Pin
Elina Blank7-Mar-07 2:53
sitebuilderElina Blank7-Mar-07 2:53 
QuestionAdd New User Pin
Jagga_Jatt6-Mar-07 22:27
Jagga_Jatt6-Mar-07 22:27 
AnswerRe: Add New User Pin
Jagga_Jatt7-Mar-07 11:48
Jagga_Jatt7-Mar-07 11:48 
QuestionVery Urgent Pin
sweetemmu16-Mar-07 22:17
sweetemmu16-Mar-07 22:17 
AnswerRe: Very Urgent Pin
badgrs6-Mar-07 23:04
badgrs6-Mar-07 23:04 
AnswerRe: Very Urgent Pin
N a v a n e e t h6-Mar-07 23:39
N a v a n e e t h6-Mar-07 23:39 
AnswerRe: Very Urgent Pin
Carmine_XX7-Mar-07 10:07
Carmine_XX7-Mar-07 10:07 
GeneralRe: Very Urgent Pin
Carmine_XX7-Mar-07 10:12
Carmine_XX7-Mar-07 10:12 
QuestionTag Values Pin
N a v a n e e t h6-Mar-07 22:01
N a v a n e e t h6-Mar-07 22:01 
AnswerRe: Tag Values Pin
Guffa6-Mar-07 23:35
Guffa6-Mar-07 23:35 
GeneralRe: Tag Values Pin
N a v a n e e t h6-Mar-07 23:46
N a v a n e e t h6-Mar-07 23:46 

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.