Click here to Skip to main content
15,888,968 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web.config Pin
Sibeesh KV29-Sep-14 1:18
professionalSibeesh KV29-Sep-14 1:18 
Questionasp.net membership Pin
msc92013-Sep-14 3:48
msc92013-Sep-14 3:48 
AnswerRe: asp.net membership Pin
hypermellow18-Sep-14 5:32
professionalhypermellow18-Sep-14 5:32 
GeneralRe: asp.net membership Pin
msc92022-Sep-14 0:55
msc92022-Sep-14 0:55 
QuestionJquery-ui ASP Update Panels and User Controls Pin
Wierdbeard6512-Sep-14 7:08
Wierdbeard6512-Sep-14 7:08 
AnswerJquery DatePicker Pin
jkirkerx15-Sep-14 9:37
professionaljkirkerx15-Sep-14 9:37 
GeneralRe: Jquery DatePicker Pin
Wierdbeard6520-Sep-14 12:18
Wierdbeard6520-Sep-14 12:18 
GeneralRe: Jquery DatePicker Pin
jkirkerx20-Sep-14 12:40
professionaljkirkerx20-Sep-14 12:40 
Cool deal!, guess I'm getting better at this. Your post had a lot of information to sift through, but overall in the end, it was quite simple.

i forget to tell you to add the CSS for the datepicker. Once again you just drag the files from solution explorer to the webform or master page. I recommend the Head Content place holder on the web form, to keep the page load times faster.

<link href="../styles/jquery/jquery.ui.css" rel="stylesheet" type="text/css" />
<link href="../styles/jquery/jquery.ui.datepicker.css" rel="stylesheet" type="text/css" />


Just my Opinion here,
Be careful of the update panel, and try not to ever use. I think its kind of evil the way it works, and will back fire on on you in live production deployment if not fully understood. I found it takes a lot of horse power to drive it when using SSL at the same time unless you have one of those new Xeon CPU's with built in AES instructions.

You should really just load all the user controls within div containers, and use jquery to toggle the CSS display value to block or none as you change your selection, and use the radio button list instead of the dropdown if you only have 2 or 5 choices.
QuestionError: The resource cannot be found. Pin
Member 876166711-Sep-14 8:42
Member 876166711-Sep-14 8:42 
AnswerRe: Error: The resource cannot be found. Pin
ZurdoDev11-Sep-14 8:45
professionalZurdoDev11-Sep-14 8:45 
GeneralRe: Error: The resource cannot be found. Pin
Member 876166711-Sep-14 9:03
Member 876166711-Sep-14 9:03 
AnswerRe: Error: The resource cannot be found. Pin
ZurdoDev11-Sep-14 9:06
professionalZurdoDev11-Sep-14 9:06 
GeneralRe: Error: The resource cannot be found. Pin
Member 876166711-Sep-14 9:15
Member 876166711-Sep-14 9:15 
AnswerRe: Error: The resource cannot be found. Pin
ZurdoDev11-Sep-14 9:31
professionalZurdoDev11-Sep-14 9:31 
GeneralRe: Error: The resource cannot be found. Pin
Member 876166711-Sep-14 9:33
Member 876166711-Sep-14 9:33 
SuggestionRe: Error: The resource cannot be found. Pin
Richard Deeming11-Sep-14 9:49
mveRichard Deeming11-Sep-14 9:49 
GeneralRe: Error: The resource cannot be found. Pin
Member 876166711-Sep-14 10:16
Member 876166711-Sep-14 10:16 
GeneralRe: Error: The resource cannot be found. Pin
Richard Deeming12-Sep-14 1:37
mveRichard Deeming12-Sep-14 1:37 
GeneralRe: Error: The resource cannot be found. Pin
Member 876166713-Sep-14 8:34
Member 876166713-Sep-14 8:34 
GeneralRe: Error: The resource cannot be found. Pin
Richard Deeming15-Sep-14 1:56
mveRichard Deeming15-Sep-14 1:56 
GeneralRe: Error: The resource cannot be found. Pin
Member 876166715-Sep-14 2:30
Member 876166715-Sep-14 2:30 
GeneralRe: Error: The resource cannot be found. Pin
ZurdoDev11-Sep-14 10:53
professionalZurdoDev11-Sep-14 10:53 
QuestionMVC jQuery dropdown context menu Pin
Stephen Holdorf11-Sep-14 3:35
Stephen Holdorf11-Sep-14 3:35 
QuestionViewstate spider web Pin
Ali Al Omairi(Abu AlHassan)10-Sep-14 22:20
professionalAli Al Omairi(Abu AlHassan)10-Sep-14 22:20 
AnswerRe: Viewstate spider web Pin
thatraja11-Sep-14 2:09
professionalthatraja11-Sep-14 2:09 

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.