User Profile
Collapse
-
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 -
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
-
-
-
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"... -
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...Leave a comment:
-
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
... -
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 -
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... -
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 -
thanks frinavale,
i got a lot of information from u.thanks a lot.Leave a comment:
-
just i want to know the best method for doing the individual user authorisation and not the code.thank youLeave a comment:
-
-
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
No activity results to display
Show More
Leave a comment: