Click here to Skip to main content
15,885,365 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to check login OWA success or not (Exchange 20007) Pin
syed shanu25-Dec-14 17:33
mvasyed shanu25-Dec-14 17:33 
QuestionHow can to change the properties of a control in another page? Pin
Member 1130721224-Dec-14 13:06
Member 1130721224-Dec-14 13:06 
AnswerRe: How can to change the properties of a control in another page? Pin
ZurdoDev26-Dec-14 2:03
professionalZurdoDev26-Dec-14 2:03 
QuestionHow can to change the properties of a control in another page? Pin
Member 1130721224-Dec-14 12:04
Member 1130721224-Dec-14 12:04 
AnswerRe: How can to change the properties of a control in another page? Pin
ZurdoDev26-Dec-14 2:04
professionalZurdoDev26-Dec-14 2:04 
AnswerRe: How can to change the properties of a control in another page? Pin
sudevsu29-Dec-14 2:33
sudevsu29-Dec-14 2:33 
QuestionProgress bar or Status in ASPX page Pin
sudevsu23-Dec-14 6:50
sudevsu23-Dec-14 6:50 
AnswerRe: Progress bar or Status in ASPX page Pin
jkirkerx23-Dec-14 8:57
professionaljkirkerx23-Dec-14 8:57 
If you want to block input, then you can either disable all the textboxes or input elements
Or use a Modal Overlay, sort of a shield that lays over the page and is colored.

This is simple modal, it uses jquery to create a modal overlay, and what ever else you want in the center like a spinning gif image.
http://www.ericmmartin.com/projects/simplemodal/[^]

Or you can use the update panel in asp.net, in conjunction with the update progress.
http://msdn.microsoft.com/en-us/library/bb386421%28v=vs.140%29.aspx[^]

None of them are very straight forward and easy to implement. It took me years to really understand how they work and how to fully customize them. But the latter would be easier for you if your not able to write javascript or jquery.

But to start, you really need a vision of how you want it to look first, and how it should respond.

On the other question, how to transfer the data to the server, I'm not touching that one.
It's the HTTP Protocol, and works one way. All the input elements have to be posted back to the server, and you have to catch the values on the server side. So that's 50 values for you.
GeneralRe: Progress bar or Status in ASPX page Pin
sudevsu23-Dec-14 9:12
sudevsu23-Dec-14 9:12 
AnswerRe: Progress bar or Status in ASPX page Pin
sudevsu23-Dec-14 9:48
sudevsu23-Dec-14 9:48 
GeneralRe: Progress bar or Status in ASPX page Pin
jkirkerx23-Dec-14 10:13
professionaljkirkerx23-Dec-14 10:13 
AnswerRe: Progress bar or Status in ASPX page Pin
sudevsu23-Dec-14 10:18
sudevsu23-Dec-14 10:18 
QuestionGridview is not displaying in browser Pin
sudevsu22-Dec-14 8:10
sudevsu22-Dec-14 8:10 
AnswerRe: Gridview is not displaying in browser Pin
syed shanu22-Dec-14 18:16
mvasyed shanu22-Dec-14 18:16 
GeneralRe: Gridview is not displaying in browser Pin
sudevsu23-Dec-14 3:44
sudevsu23-Dec-14 3:44 
AnswerRe: Gridview is not displaying in browser Pin
sudevsu23-Dec-14 9:52
sudevsu23-Dec-14 9:52 
QuestionCalendar Control in ASP.Net using Ajax Toolkit Pin
sudevsu22-Dec-14 4:42
sudevsu22-Dec-14 4:42 
AnswerRe: Calendar Control in ASP.Net using Ajax Toolkit Pin
sudevsu22-Dec-14 4:51
sudevsu22-Dec-14 4:51 
Questionmvc4 web api Pin
Member 1100039420-Dec-14 8:56
Member 1100039420-Dec-14 8:56 
QuestionIssue in opening zip file created by Ionic.zip Pin
vineet130419-Dec-14 23:24
vineet130419-Dec-14 23:24 
QuestionBuilding AN Online Shopping Cart by Using ASP DOT NET Pin
syed zulfiqar ali19-Dec-14 7:51
syed zulfiqar ali19-Dec-14 7:51 
AnswerRe: Building AN Online Shopping Cart by Using ASP DOT NET Pin
Richard MacCutchan19-Dec-14 22:23
mveRichard MacCutchan19-Dec-14 22:23 
QuestionMaskEditextender in Chrome/Firefox Pin
sudevsu18-Dec-14 10:06
sudevsu18-Dec-14 10:06 
AnswerRe: MaskEditextender in Chrome/Firefox Pin
syed shanu22-Dec-14 18:30
mvasyed shanu22-Dec-14 18:30 
QuestionASP:Literals Pin
sudevsu17-Dec-14 9:51
sudevsu17-Dec-14 9:51 

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.