5,691 Topics
![]() | |
When I set my session variables, and then move to the next page with my new found credentials, it doesn't keep them. I'm moving from login.asp using check.asp which should bring me to panel.asp. login.asp: [code] <html> <head> <title>Login</title> </head> <body> <% Session.Abandon %> <form name="form" action="check.asp" method="post"> Username: <input … | |
Hi. I'm completely new to ASP programming. Although I have read a lot about asp net so far, I have a few questions concerning the web app I have to implement. I send a verification email to a user where the url looks like this: [url]http://anyserver?email=tux@gmx.at&id=somestring[/url] When the user click … | |
hi friends , i am new to asp.net, i don' know how to instal .net and run the program. pls tell how should i proceed and what i need to run it. | |
Hi guys! I have an order table and an order detail table in a database. I am trying to create insert forms using ASP for these so the user can insert new order details. I created an order details table to solve the many to many relationship between the order … | |
hiiii..i am using asp.net 2005 in VB language and sqlserver 2005..in my form i am using 2 dropdownlist boxes..if i select a name in the dropdown list box1 then the corresponding last name is selected in the dropdwon listbox2...till now everything is working fine,,,now if i want to change the … | |
Hi Can anyone get me the codings for navigating the records in ASP.NET? ( VB Coding) Using SQl Server as back end. | |
hi , how to show the pop up window in asp.net web application when ever a new entry is entered. like here wheneven we got private msg it shows u have a new private msg like tat i need the pop up or msg box for particular id. so pls … | |
[url]http://ipaddress/mrtg/mrtgdata/web/index.asp[/url] and its says Not Found The requested URL /mrtg/mrtgdata/web/index.asp was not found on this server. but i have an apache server( httpd) thx in advance! | |
I'm having a weird issue. I am using ASP classic and some javascript in an XHTML page. My page seems to load fine in FireFox but IE takes forever to load and in the status bar it says it has OVER 4 THOUSAND items to download and ticks them off … | |
Hi guys! I just worked out how to add new columns to my database tables through dreamweaver i was wondering if anybody knew of a way of now searching for and getting the data from the new column? I have used dynamic tables for displaying my results, I thought this … | |
Hi, I had a problem a while ago when i was developing my web based database application. I was developing locally but the database was saved on a different server. I got a NT AUTHORITY/ ANONYMOUS LOGIN error. I solved this by devloping the application connecting to a locally saved … | |
Good Day! Please help with my requirement, I'm more on a graphic designer and has little knowledge in programing, mostly on basic html only. I have a web page I created in Flash and exported to an html page. I need this to have a predefined username / password (pass … | |
Hi, I have Windows XP SP2 & Dot Net 2003 installed in my laptop. Actually i installed Dot Net couple of months back & i didn't work in that. Couple of days back, when i tried to create a sample ASP .NET / C# web project, it gave the following … | |
hi, my code was running fine till now. But today i got an error "Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype. " and my code is set detail=Server.CreateObject("ADODB.RecordSet") if Request.QueryString("val")<>"All" and Request.QueryString("val")<>"" then qrydetail="select * from customer where … | |
hai all Good Morning. I am trying to show a OLAP Report created (using cube in SqlServer 2000) in crystal reports in a asp page. i used smart activex viewer for this but the data alone in the crystal reports r shown. the drill down structure does not appears. Also … | |
how to print html form directly. i.e is there any programatic way or is there any tag to print html form can you send any body code in ASP or dot net any thing i want | |
I have a wamp apache server.. how to run asp.net pages from it.. | |
I have a project to be done that is a web based EMPLOYEE PAYROLL SYSTEM AND TIME TRACKING in ASP .NET with SQL SERVER and im just a beginner wid ASP .NET and have no idea about what to start with , so please please help me !!! | |
I am working on a database driven website. I need to create a tool to allow non tech users to edit contents of the site. Can you tell me how to proceed? Thanks! | |
I've just taken over an old project that my boss would like me to incorporate a couple of session variables into the code in order to maintain data history on a few pages. The project itself is web page that consists of a frame design and on one frame is … | |
Sorry if i'm posting this in the wrong place. I figure that there will be more c# developers here than in the web dev lounge. I would like one that has comprehensive chapters on creating asp.net feedback and that teaches you how to build simple database driven web applications. Bonus … | |
how I connect a c# controller on a server and an asp.net form based website (it has to go though the c# controlelr to get the data, not just in database) | |
hai friend's i am doing a project in chatting so if anyone know any coding or any idea about that please reply to me thank's in advance.. | |
hi all my tomcat6.0 not working but it's stop yourself tomcat. what about thing? | |
I am receiving the following errors in my code. I'm trying to copy just portions of the ASP at a time into ASP.NET and fix errors as I go. I'm receiving a Statement cannot appear within a method body. End of method assumed. followed by a 'End Sub' must be … | |
Challenge: Someone create a shopping cart (eCom) website using visual studio 2008 asp.net/ado.net/c#lanugage, easy? Send me the source code then ....Cheers!!!! Alternative: send me to a walkthrough tutorial please!!! | |
Can someone help me convert this SQL SELECT statement to ASP.NET code (if possible): [code] SELECT * FROM tblCategory RIGHT JOIN tblInventory ON tblCategory.categoryID = tblInventory.categoryID WHERE (((tblInventory.type)=[strSearch])) OR (((tblInventory.country)=[strSearch])) OR (((tblInventory.date)=[strSearch])) OR (((tblInventory.eventSeries)=[strSearch])) OR (((tblInventory.grade)=[strSearch])) OR (((tblInventory.comment)=[strSearch])); [/code] I'm trying to use it as a SelectCommand. | |
Hi Guys I have a List Box ("LISTJOBTYPE") and so the User can select more than one Item: Junior Stylist Hair Stylist Senior Stylist Principle Stylist In my database I have the following: APP_NAME Jack APP_JOBTYPE Hair Stylist, Senior Stylist APP_NAME Jill APP_JOBTYPE Hair Stylist This is my SQL: SQL … | |
Hi I am very new to GIS Technology with Asp.Net. I have developed a map. Now I want to post this map in a webpage. I am using ArcView. Any help is much appreciated. | |
Hi Everyone On an .ASP Webpage I allow users to select more than one option from a list box. To retrieve this information I use the Split Function i.e. [code=ASP]<% strSQL = SELECT APP_JOB FROM TBLAPPLICANTS Set RSAPPLICANT = Server.CreateObject("ADODB.Recordset") RSAPPLICANT.open strSQL,Conn Dim strjob strjob = RSAPPLICANT("APP_JOB") choice=Split(strjob, ",") %>[/code] … | |
Hi I am getting Error while calling dll from asp.net Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: … | |
<%@ LANGUAGE="VBSCRIPT" %> <% Dim objCon Dim objRS Dim str_DSN Dim strSQL Dim objCmd Dim myArray str_DSN = "filedsn=live.dsn" myArray = "" Set objCon = Server.CreateObject("ADODB.Connection") With objCon .ConnectionString = str_DSN .CursorLocation = 3 'adUseClient Cursor .Open End With myString = trim(Request.Form("SalesPart")) myArray=Split(myString,",") For i = LBound(myArray) TO UBound(myArray) 'Response.Write … | |
hello all, i m trying to loop an 2d array with in a 2d array. it is working fine but it is not displaying as i wanted. following is my code [code=asp]Dim iRowLoop, iColLoop, upto For iRowLoop = 0 to UBound(mytable,2) 'Earnings row%> <tr><td width="20%"> </td> <% For iColLoop = 0 … | |
Hi Folks - I have been spending gays spinning my wheels on getting some form validation to work - I have text boxes and radio buttons on the form - The validaiton is written in Javascript It is an ASP web page - It seems that the Javascript validation code … | |
hi everybody. i got a list of checkboxes and radio button with the recorset paging function. let said i got the paging list << 1 2 3 4 5 >>. i set each page is 10 records. and every record got one checkbox for DELETE ID usage. in the first … | |
Hi! all Please help me. I have an ASP website, and I want to incoporate a search facility on it but I dont know how. can you please give me a starting point your help will be apprecieted Thanks SC Sibiya <EMAIL snipped> | |
hello there, i have formview which is save in visual C# i want to calculate net weight as follows below code: public partial class Weighment_Weighbridge : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void weigh_detailsChanged(object sender, EventArgs e) { TextBox grossweiTextBox = (TextBox)weibridzformview.FindControl("grossweiTextBox"); TextBox tareweiTextBox = … | |
can anybody will give me sample code example of session in asp.net | |
I am trying to open another page from an image. I can open the page on a different window by doing this: [icode]onclick="Response.Redirect(cci_info\cci\features\create_CCI\WebForm1.aspx);" [/icode] But I don't want to open another window, rather I need the image button to open a page in the same window. Thanks for the help. … | |
hi, i am new to this line... i want to create a registration form in that i have 6 textbox and 6 label box tell me how to insert these values into database and ei have to edit and update the values from the database....... can any one give me … | |
hi friends, i need your help in my project. i need to group my dropdownlist data. can anyone help me to get "optgroup" functioning in asp.net 1.0 using vb.net | |
Does anybody know javascript function to call WebService I have a webservice written in .NET2.0 and I want to call the webservice by JAvascript function and store the data got from the function on local comp by opening save dialog box in javascript itself Do anybody have any idea? | |
I am creating a CDO email page and i would like to know how i can add multiple fields or refference multiple fields in the Body of the Email. Thank You | |
Hi Frd's. I Want to know a site name or book name from where i can learn AJAX from starting to deepely . Thank's in Advance. [URL="http://webaspdotnet.blogspot.com/"]View my Blog[/URL] | |
I've added a treeview control <asp:TreeView.....> to a web application. The control is nested within a form tag, which itself is nested under an HTML div tag. It looks like this: [code=ASP] <div id="sidebar"> <form id="form1" runat="server"> <asp:TreeView id="TreeView1" runat="server" DataSourceID="XmlDataSource1".......> </form> </div>[/code] The control works fine except that the … | |
Basically i have a wizard so a user can setup the web app correctly when installed. This requires them to enter details on a server which houses their database. I would like to return a list of current paths in the local network for ease which they could select etc … | |
[code=ASP]<html> <title>CodeAve.com(Create Excel on Server)</title> <body bgcolor="#FFFFFF"> <% accessdb="a" cn="DRIVER=Microsoft Access Driver (*.mdb)};" cn=cn & "DBQ=" & server.mappath(accessdb) Set rs = Server.CreateObject("ADODB.Recordset") sql = "select id,empname,phone from empp" rs.Open sql,cn rs.MoveFirst file_being_created= "states.xls" set fso = createobject("scripting.filesystemobject") Set act = fso.CreateTextFile(server.mappath(file_being_created), true) act.WriteLine("<html><body>") act.WriteLine("<table border=""1"">") act.WriteLine("<tr>") act.WriteLine("<th nowrap>id</th>") act.WriteLine("<th nowrap>empname</th>") … | |
Hi, Im trying to work out a way for users to be able to add new columns to tables in an SQL Server database through Dreamweaver. I have tried using stored procedures but i keep getting errors. The user will choose which table they wish to add a column then … | |
Can some one help me to write this in asp? Is it possible? [code=ASP.NET]<asp:TemplateField HeaderText="Release"> <ItemTemplate> <%# DataBinder.Eval(Container.DataItem, "Release" )%> </ItemTemplate> <EditItemTemplate> <asp:TextBox runat="server" id="txtRelease" Text= '<%# if (bdirty) then DataBinder.Eval(Container.DataItem, "Release" ) else GetDefaultRelease()%>'/> </EditItemTemplate>[/code] | |
Hello I am re-writing an application from VS2003 to VS2008 (.NET 3.5). In the older version there was a file named 'AssemblyInfo.vb' that held version numbers, copyright information etc. I can't find anything to replace it in VS 2008. Basically I want to create an About Box for my web … |
The End.