5,691 Topics

Member Avatar for
Member Avatar for TobbeK

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 …

Member Avatar for TobbeK
0
366
Member Avatar for arunsolanki31

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 …

0
73
Member Avatar for ashish_4_kk

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 …

Member Avatar for serkan sendur
0
114
Member Avatar for s1986

: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

Member Avatar for s1986
0
67
Member Avatar for s1986

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() …

Member Avatar for s1986
0
195
Member Avatar for neomalwimalasen

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 …

Member Avatar for Ancient Dragon
0
74
Member Avatar for ebabes

How can I incorporate a web counter (page hit) in ASP.Net to track the number of visitors in my site?

Member Avatar for SheSaidImaPregy
0
133
Member Avatar for SBox

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") …

Member Avatar for SBox
0
142
Member Avatar for MasoodAkhter

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 …

Member Avatar for SheSaidImaPregy
0
217
Member Avatar for Sur62

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.

Member Avatar for SheSaidImaPregy
0
33
Member Avatar for ashishparihar

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

Member Avatar for saeed262626
0
95
Member Avatar for foundsheep

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 …

Member Avatar for SheSaidImaPregy
0
270
Member Avatar for Nolwen

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"> …

Member Avatar for TobbeK
0
260
Member Avatar for bungek84

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.. :)

Member Avatar for dilipv
0
155
Member Avatar for dmison

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 …

Member Avatar for ManicCW
0
74
Member Avatar for jamello

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 …

Member Avatar for ManicCW
0
76
Member Avatar for Nolwen

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, …

Member Avatar for Nolwen
0
99
Member Avatar for icsantos

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 …

Member Avatar for Serunson
0
138
Member Avatar for stonetherippa

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?

Member Avatar for mayaank
0
54
Member Avatar for TobbeK

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() …

Member Avatar for TobbeK
0
98
Member Avatar for Fortinbras

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 …

Member Avatar for SheSaidImaPregy
0
56
Member Avatar for selvamuthu

how to set values in drop-down box when loading html. please let me know about how to use vbscrip onload event of body.

Member Avatar for SheSaidImaPregy
0
60
Member Avatar for TobbeK

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 …

Member Avatar for TobbeK
0
1K
Member Avatar for justapimp

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 …

Member Avatar for justapimp
0
612
Member Avatar for binoj_daniel

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. …

Member Avatar for binoj_daniel
0
121
Member Avatar for dweaver6

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; …

Member Avatar for SheSaidImaPregy
0
104
Member Avatar for ansari.wajid

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

Member Avatar for ansari.wajid
0
1K
Member Avatar for ebabes
Member Avatar for successalways

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

Member Avatar for nandhinijp
0
105
Member Avatar for Nyall

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 …

Member Avatar for Nyall
0
88
Member Avatar for shAq

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 …

Member Avatar for boisellea
0
165
Member Avatar for cutebab

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 …

Member Avatar for katarey
0
95
Member Avatar for x2per14

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 …

Member Avatar for SheSaidImaPregy
0
125
Member Avatar for dudegio

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. …

Member Avatar for x2per14
0
184
Member Avatar for richie513

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 …

Member Avatar for richie513
0
164
Member Avatar for palej

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 …

Member Avatar for SheSaidImaPregy
0
116
Member Avatar for jamello

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 …

Member Avatar for jamello
0
247
Member Avatar for rajeshnrh74

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: …

-1
72
Member Avatar for ebabes

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.

Member Avatar for serkan sendur
0
608
Member Avatar for umapathyperumal
Member Avatar for dilipv
0
113
Member Avatar for gurpreet.kaur

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.

Member Avatar for gurpreet.kaur
0
321
Member Avatar for umapathyperumal

how do i create menu bar(by using java script) in asp.net1.1 somebody help me... please...

Member Avatar for serkan sendur
0
44
Member Avatar for Neji

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 …

Member Avatar for zandiago
0
86
Member Avatar for kv79

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 …

Member Avatar for peter_budo
0
115
Member Avatar for rutul
Member Avatar for gurpreet.kaur

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.

0
61
Member Avatar for Tektoni

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 …

Member Avatar for Tektoni
0
161
Member Avatar for scm22ri

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 …

Member Avatar for scm22ri
0
136
Member Avatar for JackieW

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 …

Member Avatar for SheSaidImaPregy
0
97
Member Avatar for vamsikgummadi

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 …

Member Avatar for vamsikgummadi
0
289

The End.