5,691 Topics
![]() | |
I thought this was a simple task to do, but not. I just want the option stay selected when a value from the session variable exists, AND it does after the form has been submitted. So why can't the option value stay selected as long as session is populated. If … | |
i am geting error- Requested Url: /test2/default.aspx and Description: HTTP 404 on page <--->agter login page (clivk button) it is not reaching at same page. my webpagename is-> webform1.aspx . can any body solve this problem plz i am using this code in button click Private Sub Button1_Click(ByVal sender As … | |
How To Authenticate Clients to printing From Server Using ASP.NET C# hello i have one server in which the printer is installed, the clients are printing from server. So, i want to authenticate those clients before printing using asp.net? means if in server client architecture of any company, clients are … | |
:icon_question: i have a button in my web page and want it to print sumthing when clicked hw do i do it? i tried using window.print() but it doesnt work | |
m new 2 asp.net. my prob is after populating the dropdownlist with data from the database wen i select an item it select only the first item.following is my code.where did i go wrong code:- con3.start_connection() dr = con3.executequery("SELECT city_name from City") DropDownList1.Items.Clear() While dr.Read DropDownList1.Items.Add(dr(0)) End While dr.Close() con3.close_connection() … | |
i have following code in ATL COM class (There are existing methods and i added a new methosd) --------------------- STDMETHODIMP CCLS::GetCountryList(<parameters>) { //method body and return val } COM builds successfully. But from my asp code does not detects the new methos where as it detects all OLD methis. Note … | |
How can I incorporate a web counter (page hit) in ASP.Net to track the number of visitors in my site? | |
i wrote an asp script and when i made the guest book ( when i used the addSQL ) this error returned [CODE]Microsoft JET Database Engine (0x80004005) Operation must use an updateable query. /science/add.sign.asp, line 15[/CODE] This is the add.sign.asp [CODE] <!--#include file="connection.asp" --> <% addedin=now() name=request.form("name") email=request.form("email") ranking=request.form("ranking") notes=request.form("notes") … | |
Hi all I am trying to hide part of my form in ASP.NET when user clicks on check box. I want to implement this functionality on client side. I do not want to go back to Server. Can someone help me with this one. I will appreciate your help. Thanks … | |
Am developing an application through Web matrix. When i run i get a compilation error saying: cmdsave_click is not a member of Asp. Can anyone tell me the equivalent code for the above please. Thanks. | |
Hello All I want to know how I can run an asp.net web application on a machine which doesn’t have installed visual studio. Any help ??? Thanks in advance | |
I have two drop downs (the 1st pulls from 1 db table then populates the second which pulls from a 2nd db table) with the idea of having them both populate fields of a form on autopostback. The user will then fill out the remaining empty fields. I have not … | |
Hi, I try to pass a value from a form field to a detail page, I would like to be able to trim the form field content to pass only the 2 first characters in the string. The form is like this: Enter ZipCode: [CODE]<form action="index.asp?Zip=<%= Request.Form ("Zip")%>" method="Get" enctype="multipart/form-data"> … | |
hai everyone..i'm still beginner in this ASP.. jus wanna know is it ok if i used MySQL as database? can anyone teach.. really needs ur helps and guides..thanx alot guys.. :) | |
Hello, I'm working on website written on asp.net 2 (C#). For my site I need email server with options: [LIST] [*]send mail (with attachments and Unicode support) [*]receive mail [*]storage sent and incoming mail [/LIST] My customer want to use some linux mail server and pull mail from server to … | |
Hi there experts!! I am translating an app from asp.net 1.1 to v2.0. In version 1.1 I could right click a source file in the solution explorer and pick my build action i.e none, compile, embedded resource. but to my chagrin I could not find the build action property in … | |
Does anyone have succesfuly run Classic ASPvb on IIS7 on Vista? As I am a complete beginner, I started to work with ASP on IIS5, and it was a breeze to set up, just by curiosity, I copied and move few sites to an IIS7 server on a vista machine, … | |
![]() | Hello folks. I'm a Visual Foxpro programmer who's looking to move into .NET and web programming. I know HTML and CSS, I've been reading Deitel's [I]C# For Programmers[/I], and I will be starting an [I]Introduction to ASP.NET[/I] online course next week. I've received advice to learn JavaScript as well. I … |
hi , is it possible to write an application like this:[URL="http://www.newhousenetwork.net/search-engine-page-ranking.php"] Rank Tool[/URL] in ASP?If yes how? | |
My looped output looks like this Link 1, Link2 , link3 , link 4 .....and so on I need a way to count the RS in either words or chars to cut it if needed in this manner: Link1, Link2, Li ..... Have tied to measure the length with Len() … | |
I have a sample website written in ASP.NET 2.0 with AJAX, and cannot have it hosted on the web for legal purposes. I need a way to add my site to my resume/portfolio and be able to show it as a working example of my skills. I have read about … | |
how to set values in drop-down box when loading html. please let me know about how to use vbscrip onload event of body. | |
Need some help with a nested loop. This one (my example code below) prints out a correct 3 column HTML table with the recordset with proper opening and closing HTML tags AS LONG as the GRUOP BY clause is set by the topcategory Db table. I think I may need … | |
Hi Fellow programmers, I need to print the content of a repeater list located inside of an asp:panel. once the page is loaded, the code for the asp:panel is displayed as a regular div tag. What I need to do is to print the content of the div/asp:panel once the … | |
Iam facing a wierd issue with ASP.NET and MySQL. My ASP.NET site hangs pediodically. After it hangs none of the pages open. But other sites on the same Server still works. The only way to bring the site back is by restarting the WWW service or by restarting the server. … | |
Urgent,, I'm trying to pass a variable via double click event to a sub routine on another page, yet the ondblclick is not working here's my code: <td align="left" ondblclick="alert('Selection confirmed')" bgcolor="<%=backColor%>" style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; MARGIN-LEFT: 0px; BORDER-LEFT: gray 1px solid; WIDTH: 150px; COLOR: #000000; … | |
Hi All, I have created a table called tblState in access with 2 columns: id and state and am populating a dropdownlist with state. I am in need of code to delete a selected value of dropdownlist from database in asp.net2.0 using c#. Can anybody help me please. Thanks Wajid | |
How can I display an image randomly in ASP.Net? | |
I want disable my back button in internet explorer when i am logged out.. iam using asp.net platform for my project.. i hope u willl sent me the code which may be usefull waiting for ur reply.. thank you | |
hi guys,.. am trying to get this asp form to send the information it has to me, however.. i keep running in to brick walls, as it returns fine, just with no information. so you can imagine its not ideal. anyway, ill supply the code here, i know its to … | |
![]() | I have to dynamically add user controls to a asp.net web page. I know that can be done as follows: [code=C#] WebUserControl webug = (WebUserControl)Page.LoadControl("WebUserControl.ascx"); cntrlHolder.Controls.Add(webug); [/code] In the above code cntrlHolder is a PlaceHolder/Panel. I need to add more controls of type WebUserControl into the same page. How can … |
hi frens I am workin on website development project. I want to do a user login module in asp havin login page , registration page along with forgot password and members area features in it with acces db . plz guide me through this or provide useful links to a … | |
hi, i am a newbie in web programming. i want to know how to add common controls in asp form.. i am using dreamweaver.. for example checkbox(although is not included in common controls on vb),like listview, dtpicker,status bar, progess bar..pls help me.. i will appreciate it.. note: asp only not … | |
Hello everyone! Im new to ASP and this is my first time to work with it. Pls help me with my problem. I was given a tasks to edit an existing website (for 2 days only). One of those is sending e-mails based on a queried data from a database. … | |
My name is Richard Walker from Australia and my username for this forum is richie513. I am a self taught web engineer and married with three beautiful children and a loving wife. I was born and raised in the harsh outback of Australia, and now reside on the beautiful sunny … | |
Hey folks, I have this problem, lets take this text from from 24ways.org just for example-> [QUOTE]Elbow room Paying attention to your typography is important, but it’s not just about making it look nice. Careful use of the line-height property can make your text more readable, which helps everyone, but … | |
Hi there ladies and gentlemen! I have this code that works in ASP.NET 1.1 but I could not find its equivalent in v 2.0. I had expected it to work having the usual backward compatibility preached by microsoft in mind. But I am yet to succeed. The code 'translation' worked … | |
Hi, my project is based on VB6 Activex Dll , Activex Exe and ASP 3.0 In Activex Dll I'm storing Session ID in one variable. How can I get the value (Session ID) stored in that variable in Activex Exe? My code is as follows: 1) VB6 Activex Dll Code: … | |
Can anybody help me identify the code in ASP.Net that is equivalent to MessageBox (C#) or Alert (JSCript). I need a message box that will pop up when a certain condition is not fulfilled. Your response is highly appreciated. | |
How can i create menu bar in asp.net particularly in asp.net1.1(.net framework2003) | |
I am cretaing Timer at runtime in Gloabl.asax file,I add event handler for Timer Tick Event,But it never calls to handled function. if any body know how to use timer in global.asax file in asp.net with c#.net ,which uns after every one mintue ,then please help me. its very urgent. | |
how do i create menu bar(by using java script) in asp.net1.1 somebody help me... please... | |
Hi all... i am newbie here. my name is neji. i m 21 years old. i m looking for forum site and i found daniweb. i really likes this forum layout. :) i learning vb6,vb.net,c#.net,asp.net,sql server and oracle but i m not pretty much. so i need some guest from … | |
I need to know why the designer of this website put in the software development ,C, C++,Java,C# ,... The reason why a ask this is in purpose to get some link between language info because i do not know the history of languages why they made for ? And why … | |
hi plz any body tell me how to connect flash templates with asp.net 2005....? | |
I am cretaing Timer at runtime in Gloabl.asax file,I add event handler for Timer Tick Event,But it never calls to handled function. if any body know how to use timer in global.asax file in asp.net with c#.net ,which uns after every one mintue ,then please help me. its very urgent. | |
A little help? Recently video files have started to re-buffer every 5-7 seconds when watching on say, YouTube. Some videos play right through after short inital buffering, others stop and start all the way through. On videos of my own that I post to my site's server, others, including the … | |
Hi Everyone, Can anyone analyze if this is the correct code for having words being "printed" onto your webpage without having to type them onto the page ? Thanks <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> Protected Sub Page_Load(ByVal sender As Object, ByVal … | |
I am relatively new to asp, and need some help. I have a form that a drop down box is dynamically populated with TeamNames, and this works. I then pass this information, via a submit button (action=get) to another page that I want to show the Team Name, then list … | |
Dear friends, Hope all of U are having a great time. I need to display Excel sheets online using asp.net ,C#, MS SQL and Microsoft Office Share Point Server 2007. I need to make this Excel sheet editable to some authorized users. Do anyone of you have idea of attaining … |
The End.