Types of jit : prejit,ecno jit,normal jit
(1) PRE JIT : It Compiles complete source code to native code In a single Compilation.
(2) ECONO JIT : It compiles only those methods that are called at Runtime.
(3) NORMALE JIT : It compiles only those methods that are called at Runtime and are stored in cache.
User Profile
Collapse
-
kmithu started a topic Utility to Create Self signed Certificate and increase the expiry date of certificatein IISUtility to Create Self signed Certificate and increase the expiry date of certificate
Hi,
I am presently working on Microsoft.net technology with Windows XP. I am using IIS 5.0. The problem with it is that its certificate expires within 14days. I want to extend this time period of 14 days to 3 years or so and if possible to infinity. I have done research and reached the conclusion that a utility is required but which one and how it is to be done is not clear. Plz can u help me out with this. Thanks in advance. -
Well if you are familiar with Ajax, then you can use the Update Panel. How many update panels are to be put entirely depends upon your functionality. This will serve your purpose but be careful while placing them. After putting drop downs in update panel, make the UPDATE MODE property of update panel CONDITIONAL and drop down list AUTO POST BACK Property TRUE. Then bind the dropdown with your database.Hope this works out for you!Leave a comment:
-
Response.Redirect() not working with AJAX
I am working on Asp.Net2.0 on which i have used ajax. I am well aware that Response.Write( ) is not supported by AJAX but what about Response.Redire ct()?
The error which i am getting is written beneath
--------------------------------------------------------------------------------------------------
Sys.WebForms,Pa geRequestManage rParsesErrorExc eptio n: The message received from the server could be parsed. Common causes... -
Response.Redirect() not working with AJAX
I am working on Asp.Net2.0 on which i have used ajax. I am well aware that Response.Write( ) is not supported by AJAX but what about Response.Redire ct()?
The error which i am getting is written beneath
Sys.WebForms,Pa geRequestManage rParsesErrorExc eption: The message received from the server could be parsed. Common causes for this error are when the response is modified by calls to Response.Write( ), response filters, HttpModules,... -
How can I access HTML Textbox on .aspx.cs page?
hi
I am writing the code for calender control for using it in Asp.net2.0 and i want to retrieve the value from that box onto my coding page. Please guide me how to do this because when i try using it by putting runnat="server" tag, it gives an error.....The line i have written is
<input type="text" class="fancy" size="10" maxlength="10" readonly="reado nly"... -
You dont have to include any java script file in this case.....the code you have written i s correctLeave a comment:
-
Retreiving value from html textbox on .aspx.cs page
Hey friends,
I am making a calender control using javascript but I am not able to retrieve its value on my .aspx.cs coding page in asp.net2.0.
My text box code is :
<input type="text" class="fancy" size="10" maxlength="10" readonly="reado nly" name="date1" value="" id="txtDob"/>
<input type="button" class="fancyBut ton"... -
Uploading File using AJAX
Hi friends,
I want to upload a file on AJAX web page. The HTML code i m using is:
----------------------------------------------------------------------------------------
[code=html]
<asp:ScriptMana ger ID="ScriptManag er1" runat="server" />
<asp:UpdatePane l ID="UpdatePanel 1" runat="server">
<ContentTemplat e>
<asp:FileUplo ad... -
File Upload using AJAX
Hi friends,
I want to upload a file on AJAX web page. The HTML code i m using is:
----------------------------------------------------------------------------------------
[HTML]<asp:ScriptMana ger ID="ScriptManag er1" runat="server" />
<asp:UpdatePane l ID="UpdatePanel 1" runat="server">
<ContentTemplat e>
<asp:FileUplo ad ID="FileUpload1 "... -
Redirect to a secure HTTPS page using web.config without an absolute URL
I have a web site where I want to make the pages secures.ie. I want to redirect my pages to https.I have tried this doing so by making a self signed certificate and using response.redire ct("https://myWebsite/SecuredPage.asp x") and it ran out well.
But my problem is that I want to do this through the web.config file so that even if i want to secure full site or any particular page, I am able to do so at any time.
Using...
No activity results to display
Show More
Leave a comment: