Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[SOLVED] How can i do this? Pin
msqar27-Mar-11 14:14
msqar27-Mar-11 14:14 
AnswerRe: How can i do this? Pin
Expert Coming27-Mar-11 19:24
Expert Coming27-Mar-11 19:24 
GeneralRe: How can i do this? Pin
msqar28-Mar-11 1:14
msqar28-Mar-11 1:14 
AnswerRe: How can i do this? Pin
Not Active28-Mar-11 1:22
mentorNot Active28-Mar-11 1:22 
GeneralRe: How can i do this? Pin
msqar28-Mar-11 1:28
msqar28-Mar-11 1:28 
GeneralRe: How can i do this? Pin
Not Active28-Mar-11 2:19
mentorNot Active28-Mar-11 2:19 
GeneralRe: How can i do this? Pin
msqar28-Mar-11 2:37
msqar28-Mar-11 2:37 
Question[SOLVED] navigation takes too long Pin
msqar27-Mar-11 10:22
msqar27-Mar-11 10:22 
Hi community Big Grin | :-D thanks for helping me so far, i'm really glad that i found this site.
Here's the doubt i got since i started with ASP:

1) I'm not using IIS yet, im using the localhost provided by ASP.NET to test and debug my website before i upload it to the host.
Anyway, when i change from aspx to aspx it takes like if i would be really connecting to the internet and its loading all the things, its not like when you are making the website with flat HTML, PHP, javascript, etc using XAMPP. Actually my website its not fully loaded with images and things that might get you lag.

After thinking why this is happening, i was really upset, so i tried to create my very same website (without asp components, masterpage and stuff ofc) and the same js files, image files, css files, all was alike, and it worked awesome, very fast... so i said, there's two things here... is it the ASP.NET inner localhost or ASP.NET itself.

For instance, i got some pictures with onmouseover event and change to another img, and on mouseout it returns to the "off" state.
And the very first time i mouseover the image, it takes about 3 seconds to load the mouseover image, after the first one, everything looks normal. But why it has to load the image if i'm locally requesting it?

2) Remembered that i have another thing to clear up. I'm trying to reset the fields of my asp inputs and selects components, is there anyway to do it as the HTML does with the
<input type="reset">
? is there a similar property for ASP? I did it now by code behind with the onclick event, that restarts all the fields to "" or SelectedIndex = 0, works good, but it makes a postback because its server side, i would like to do it, without the postback. Any possibility???

Thanks! Hope i'm not bothering you with my noob questions.

Marian Big Grin | :-D
AnswerRe: navigation takes too long Pin
Expert Coming27-Mar-11 19:28
Expert Coming27-Mar-11 19:28 
GeneralRe: navigation takes too long Pin
msqar28-Mar-11 8:55
msqar28-Mar-11 8:55 
GeneralRe: navigation takes too long Pin
msqar28-Mar-11 9:27
msqar28-Mar-11 9:27 
GeneralRe: navigation takes too long Pin
gavindon28-Mar-11 10:00
gavindon28-Mar-11 10:00 
GeneralRe: navigation takes too long Pin
msqar28-Mar-11 10:06
msqar28-Mar-11 10:06 
GeneralRe: navigation takes too long Pin
gavindon28-Mar-11 10:14
gavindon28-Mar-11 10:14 
GeneralRe: navigation takes too long Pin
msqar28-Mar-11 10:18
msqar28-Mar-11 10:18 
GeneralRe: navigation takes too long Pin
gavindon28-Mar-11 10:21
gavindon28-Mar-11 10:21 
GeneralRe: navigation takes too long Pin
msqar28-Mar-11 10:25
msqar28-Mar-11 10:25 
Question[SOLVED] HyperLink inside of CheckBox Pin
msqar26-Mar-11 20:14
msqar26-Mar-11 20:14 
AnswerRe: HyperLink inside of CheckBox Pin
Sandeep Mewara26-Mar-11 21:36
mveSandeep Mewara26-Mar-11 21:36 
GeneralRe: HyperLink inside of CheckBox Pin
msqar26-Mar-11 22:11
msqar26-Mar-11 22:11 
QuestionDeny access to an aspx menu in webconfig, Role Based Authorization Pin
De_Novice26-Mar-11 10:19
De_Novice26-Mar-11 10:19 
AnswerRe: Deny access to an aspx menu in webconfig, Role Based Authorization Pin
Sandeep Mewara26-Mar-11 21:39
mveSandeep Mewara26-Mar-11 21:39 
QuestionHow to make the content Fixed Pin
the exile26-Mar-11 5:03
the exile26-Mar-11 5:03 
AnswerRe: How to make the content Fixed Pin
Ravi Sant26-Mar-11 6:45
Ravi Sant26-Mar-11 6:45 
GeneralRe: How to make the content Fixed Pin
the exile26-Mar-11 7:00
the exile26-Mar-11 7:00 

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.