User Profile

Collapse

Profile Sidebar

Collapse
rathiagu
rathiagu
Last Activity: Oct 29 '07, 08:04 PM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rathiagu
    replied to Migration from ASP to ASP.Net
    in .NET
    Thanks for your immediate reply. this is not my code, this is a part of code in our live project (which is in asp).now i am converting that application into .net.This code is in the .inc file which is needed to be included in a page. So i am not sure why they are checking the date with 0
    See more | Go to post

    Leave a comment:


  • rathiagu
    started a topic Migration from ASP to ASP.Net
    in .NET

    Migration from ASP to ASP.Net

    I am using ASP.Net 2.0 version. In my application now i am trying to include a .inc file written in VB language this file was working fine with the asp version of my application . Now when i am including this file in asp.net it shows the following error.

    the code is
    Code:
    Function StdDate(d)
          StdDate = ""
          If IsDate(d) Then
              If CDate(d) > 0 Then
                  StdDate
    ...
    See more | Go to post

  • Thank You. I will surely follow this in future...
    See more | Go to post

    Leave a comment:


  • I have given the code in the above post...
    See more | Go to post

    Leave a comment:


  • rathiagu
    started a topic Problem in using Java applets inside .aspx page
    in .NET

    Problem in using Java applets inside .aspx page

    I am working in c#.net (2.0 version).I am calling a ajava applet code inside my .aspx page. the code is below

    [CODE=asp]<APPLET code="com.crc.c onsole.ConsoleA pplet.class" archive="../nbr/crc-signed.jar" width = "100%" height = "100%" VIEWASTEXT></XMP>
    <param name="CODE" value="com.crc. console.Console Applet.class" />
    <param name="ARCHIVE"...
    See more | Go to post
    Last edited by RedSon; Oct 18 '07, 03:43 PM. Reason: Adding [CODE] tags

  • hi QVeen72,
    Thanks for ur reply.i found ou the error ,the eroor was due to Server.Createob ject line, because i was running the script from windows and so it must be Wscript.Createo bject.Sorry for wasting all of your time.Thank you Again QVeen72...
    See more | Go to post

    Leave a comment:


  • rathiagu
    started a topic Vbscript error Object required:'server'

    Vbscript error Object required:'server'

    the below is my part of


    set cn = Server.CreateOb ject("ADODB.Con nection")

    strCS = "Provider=Syste m.Data.SqlClien t; Data Source=" & _
    Server.MapPath( "management.mdb ")& ";"

    cn.open strCS

    cn.Execute "INSERT INTO contract_covera ge ([coverage_id], [contract_covera ge]) VALUES (1111,'hi')"
    cn.close

    ...
    See more | Go to post

  • Failed to map path '/aspnet_client/system_web/2_0_50727/webform.js'

    My application i s asp.net(2.0)(c# ).when i run my application i get this error message.I am not sure about this.can anyone help me
    See more | Go to post

  • rathiagu
    started a topic checkboxes and javascripts in .net

    checkboxes and javascripts in .net

    i have a checkbox
    [HTML]<input name="AllCompan ies" id="Checkbox3" type="checkbox" onclick=chkall1 () checked/>All Companies
    [/HTML]On this onclick I have called the below javascript

    [CODE=javascript]function chkall1()
    {
    if(document.get ElementById("Ch eckbox3").check ed=true)
    {
    document.getEle mentById("Check box3").checked= false;
    for...
    See more | Go to post
    Last edited by acoder; Aug 17 '07, 03:29 PM. Reason: Code in tags

  • rathiagu
    started a topic master pages and content pages in .net

    master pages and content pages in .net

    i have already a default.aspx page with headers,css everything.now i created a new master page.i need my default page as contect page to this master containing stylesheets.i need to know about the merging of these 2 and the style sheets must be applied properly for each.thanks in advance
    See more | Go to post

  • rathiagu
    replied to Authentication and Authorization
    in .NET
    thanks frinavale,
    i got a lot of information from u.thanks a lot.
    See more | Go to post

    Leave a comment:


  • rathiagu
    replied to Authentication and Authorization
    in .NET
    just i want to know the best method for doing the individual user authorisation and not the code.thank you
    See more | Go to post

    Leave a comment:


  • rathiagu
    replied to Authentication and Authorization
    in .NET
    i am sorry this is my first post.thanks for ur reply
    See more | Go to post

    Leave a comment:


  • rathiagu
    started a topic Authentication and Authorization
    in .NET

    Authentication and Authorization

    i need to authorise a logging user whether he is able to view that particular page or not(C#.net).
    the data is present in the databse table(sql server200).the users are not authorised as groups ie.., the users
    are not made under groups such as admin,super user or user.each and every user has different
    access.what is the best method to authorise them.plz help me
    See more | Go to post
No activity results to display
Show More
Working...