User Profile

Collapse

Profile Sidebar

Collapse
kmithu
kmithu
Last Activity: Mar 31 '08, 09:54 AM
Joined: Jun 19 '07
Location: INDIA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kmithu
    replied to about types of JIT in .net framework
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • Utility 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.
    See more | Go to post

  • 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!
    See more | Go to post

    Leave a comment:


  • kmithu
    started a topic Response.Redirect() not working with AJAX

    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
    ...
    See more | Go to post

  • kmithu
    started a topic Response.Redirect() not working with AJAX
    in .NET

    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,...
    See more | Go to post

  • kmithu
    started a topic How can I access HTML Textbox on .aspx.cs page?

    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"...
    See more | Go to post

  • kmithu
    replied to Java script in asp.net
    in .NET
    You dont have to include any java script file in this case.....the code you have written i s correct
    See more | Go to post

    Leave 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"...
    See more | Go to post

  • kmithu
    started a topic Uploading File using AJAX
    in .NET

    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...
    See more | Go to post
    Last edited by Frinavale; Aug 3 '07, 03:08 PM. Reason: Added [code] tags to make more legible

  • kmithu
    started a topic File Upload using AJAX

    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 "...
    See more | Go to post
    Last edited by acoder; Sep 12 '07, 10:37 AM. Reason: Added code tags

  • 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...
    See more | Go to post
    Last edited by kmithu; Jun 19 '07, 11:36 AM. Reason: general
No activity results to display
Show More
Working...