13,153 Topics

Member Avatar for
Member Avatar for pranav_jog

I have a user control dropdownlist, and its intended that when a user selects any item from dropdownlist , then accordingly image is displayed on the same form. My problem is, when i select once from dropdownlist then , the page is going through the page_load and after clicking again …

Member Avatar for tuse
0
109
Member Avatar for priyappated@gma

I need to pass word document as a parameter from web client to web server. Please help.

Member Avatar for serkan sendur
0
39
Member Avatar for tuse

I have an online exam system in which after the test, the result is displayed in a new asp.net page. If he clicks on the 'back' button on the browser, he gets back to the page which displays the test again. What I want to do is disable the user …

Member Avatar for serkan sendur
0
141
Member Avatar for fayenot

hi.... I have a gridview with rows of info which does not go into edit mode. A user clicks a checkbox which picks that item and adds a Unit Price What i need to do is when a user clicks on a button, it should scan through the gridview for …

Member Avatar for greeny_1984
0
210
Member Avatar for vinlam
Member Avatar for imranrizvi

dear friends, if anybody have id or source to read all tags in given aspx file and store them or replace them with other tag, please reply. Thanks in advance Imran Rizvi

Member Avatar for imranrizvi
0
99
Member Avatar for peterwilson

hello friends actually i m very new in ASP.Net tech. but i know the ASP very well hei can i use my asp code in ASP.net or not>? or it will raise any proble while compilation? plz explain me and clear my dought?

0
48
Member Avatar for dskumar_85

hai friend's i have a gridview ,i bind the data's in gridview by using DataBinder, so when i going for dalete option , i using the checkbox to check that and using the find control option to find the selected row and to delete .n that following r the code …

Member Avatar for greeny_1984
0
59
Member Avatar for VB noobster

hey people, does anybody know how to have a link on my ASP.net webpage so that when i click it, a WINDOWS FORM will appear.. OR in other words, anybody knows how to link Windows FORM IN web FORM?

0
63
Member Avatar for saquib189

Hi, i have formview control in my page and on that i have two textboxes and button in it which display at runtime. i declare the button event in my aspx.vb [code=asp.net]Protected Sub insertbutton_Click(ByVal sender As Object, ByVal e As System.EventArgs) If Not Page.IsValid Then Exit Sub ' Determine the …

Member Avatar for a496761
0
103
Member Avatar for saquib189

Hi, i have sql membership provider in my database and i want to join two different tables in sqldatasource i.e. i have this select statement in my aspx page. [code=asp.net]<asp:SqlDataSource ID="Games" runat="server" ConnectionString="<%$ ConnectionStrings:SecurityTutorialsConnectionString %>" SelectCommand="SELECT dbo.aspnet_Users.UserName, GameComment.Subject, GameComment.Body, GameComment.CommentDate, saquib.Reply.Subject, saquib.Reply.message From GameComment INNER JOIN dbo.aspnet_Users ON GameComment.UserId = …

0
66
Member Avatar for edmicman

Ok, I've got a newbish question that Google is turning up tons of different answers too....hopefully I can get some interactive input. I've been working in Microsoft shops doing web development for going on 10 years now. I'm very familiar with SQL Server and classic ASP, and that is what …

Member Avatar for sarehu
0
219
Member Avatar for bnamevln

Hi All, Can you help me solve my problem. I am new to ASP.Net programming. In my job i have to create a Login Page which checks Username and Password with the SQLServer 2005 database and validates.

Member Avatar for oriname
0
227
Member Avatar for kbinoyn

when i login in two different browsers with two different login username, then refreshes the second login page. it displays the older one username of the other browser in which i first logged in.

Member Avatar for sierrainfo
0
84
Member Avatar for johnny.g

i hav a small query,,,i have made a windows application,i m using listview in which i want to display all the table names in my database on a click of a button,,,how can i do tht... tnks in adv

Member Avatar for johnny.g
0
60
Member Avatar for pranav_jog

Hi After publishing website exe file is not running, But in the task manager the file is running I am using following code Dim startInfo As New ProcessStartInfo("notepad.exe") startInfo.WindowStyle = ProcessWindowStyle.Maximized Process.Start(startInfo) Regards Pranav

Member Avatar for FaridMasood
0
73
Member Avatar for MegriSoft.net

[B][I][COLOR="Red"]ASP.Net a advance version of ASP is full featured language being used on large scale to development applications[/COLOR][/I][/B] [URL="http://www.megrisoft.net/"]Megrisoft.Net[/URL] is professionally managed staff outsourcing business in India. Established in 1998, our company is equipped with a high speed internet lease lines connection and superior global technology infrastructure. Right now, we …

0
55
Member Avatar for donnie_darko

Hey All, i'm having real trouble with this. ok, i have a login page where the user logs in. they put items in the cart and then go to addorder from to place order in database. only problem is i can't get it to work. i think the problem is …

Member Avatar for greeny_1984
0
214
Member Avatar for brightline

I have a gridview that contains an 'edit' command button. The problem is that when I click the this 'edit' command button it does not work from the first time,I must click it 2 times to enable edit mode. I want help to make it enable edit mode from the …

Member Avatar for aspking
0
119
Member Avatar for dmarino1

Sorry to anyone if I made the mistake of "Thread Hijacking"...onto the issue Attached is my Web.Config file. I am getting upto 6 different Unrecognized Configuration section issues... I am converting from VB to C# using a product called CodeChargeStudio4, a product the company wants me to use. I have …

Member Avatar for dmarino1
0
199
Member Avatar for vasu123

Hello all, I am not able to send data from one web page to another web page by using request.form in framework 1.o Can any one help me. Code: [B]Page1.apsx.vb[/B] 'For Submitt buuton server.transfer("page2.aspx") i ahve one textbox in page1.aspx and if i click on submitt button i am sending …

Member Avatar for sierrainfo
0
126
Member Avatar for VB noobster

Any expert programmers here are willing to help out with my school attendance system? im using visual studio 2008 (Visual basic language) i am ask to do an attendance system whereby a student capture their own image using webcam and hence their attendance will be taken down. i REALLY need …

0
50
Member Avatar for fayenot

i found some codes on other forums concerning the cancellation of insert in formview if the record already exists. but its giving me an error stating that there is an incorrect sysntax near =?.... can you please tell me what's wrong with this syntax..i will post below the codes. [ICODE] …

Member Avatar for serkan sendur
0
100
Member Avatar for hollyadams

Hi I am try to use some code that I found on Daniweb forum to display random records from an Access database on a page. The database has a table called tFact, and two columns called ID, and vFact. I can not get the code to work, and I was …

Member Avatar for Ken Sharpe
0
101
Member Avatar for sreein1986

I need some code in ASP.NET when Submit button Click show one messege Like "your Message Sent Successfully" in ASP.NET I don't know ASP.net please anybody help me

Member Avatar for Ken Sharpe
0
87
Member Avatar for ykmun

Hi All, I seem to be stuck with this problem and despite my attempts at looking all kinds of solutions, I still find myself miserably and frustratingly unavailable to solve my problem. My problem is the following: I want to restrict access to a folder which contains the administrator pages …

Member Avatar for sierrainfo
0
115
Member Avatar for navya.g
Member Avatar for sierrainfo
0
75
Member Avatar for pranav_jog

I have a DropDownList, AutoPostBack is set to true, and it fires great, except if the user picks the first item, which granted is what is showing, but does the DropDownList then automatically "select" the first item? If so, how does one get around that problem when he wants the …

Member Avatar for sierrainfo
0
67
Member Avatar for ansari.wajid

Hi All I am working since 2 days to display images in a datalist and the code used is given below, but its not displaying the images. I am storing path of the image in database in imagepath cooumn. Kindly help me please. html code <asp:DataList ID="dlImage" runat="server" RepeatColumns="3" Width="311px" …

Member Avatar for ansari.wajid
0
107
Member Avatar for tuse

Hi! I am trying to develop an online examination system (my first asp.net project) in which multiple choice questions need to be answered within a time frame. One question appears after another on clicking a button. How can I use a timer control for this? When the timer expires, all …

Member Avatar for tuse
0
183
Member Avatar for mcgarry101

Hi, I am wondering if anyone can help me with a small problem I am having. I am populating a gridview from an oracle DB. I only want some of these columns to be editable so I am using the code below to try and acheive this. As you can …

Member Avatar for mcgarry101
0
149
Member Avatar for pranav_jog

An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. how to resolve this??

Member Avatar for bala24
0
86
Member Avatar for amitsunnuu

I want to show google talk,yahoo messenger,msn window on my custom web page like [url]http://www.meebo.com[/url] have shown it

Member Avatar for bala24
0
72
Member Avatar for amitsunnuu

I want to show yahoo messenger,msn,google talk login window on my custom web page like [url]http://www.meebo.com[/url] shown it. please tell me solution step by step either today or ASAP, its very urgent

0
79
Member Avatar for plusplus

I have a login control, when user presses login I want to check if he exists in the table. I made a connection to database, and now how do I check if he exists? Protected Sub Login1_Authenticate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login1.Authenticate Dim sqlstring As String …

Member Avatar for bala24
0
171
Member Avatar for bmz

hello, as the title suggests... another question is that... is it possible to use this OCX file without using c# or vb? thanx for your answers. please enlighten me on this.

0
74
Member Avatar for abhee

Hello friends, I have started with ASP.NET, I am very comfortable with it when I run the website using the VS's Built in ASP.NET Webserver. I use VB.NET for coding. But when it comes to using with IIS, i don't understand anything about how to run the websites in IIS. …

Member Avatar for serkan sendur
0
84
Member Avatar for tuse

Hi! I have a linux server on which I have some drupal websites hosted. I was wondering if it is possible to host asp.net pages on the same linux server?

Member Avatar for stephen84s
0
99
Member Avatar for bharathi_n_r

hi fellow developers, I am in the process of generating a pdf file from html....The concept goes like this... I have a Html page where the details of a particular employee is displayed in a table...At the bottom of the page there is a button to convert this page to …

Member Avatar for bharathi_n_r
0
106
Member Avatar for MKS_GRE

hi I am currently using VS.NET 2003 and I have a form which has 3-4 text boxes nad a submit button. What i want is to querry the text given in text box with the attributes given in a database in some server nad want to display the results of …

Member Avatar for serkan sendur
0
56
Member Avatar for Robertx22

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 …

Member Avatar for serkan sendur
0
139
Member Avatar for Ushait

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.

Member Avatar for serkan sendur
0
45
Member Avatar for msspitul

Hi guys, It seems that frames were gotten rid of in ASP.NET, so if I want to open a page and have it target a frame like area on my page that is already open, how can I do that? Any suggestions would be great!

Member Avatar for serkan sendur
0
272
Member Avatar for webjimmy

Hi Guys, Do we have any way to OLE a window application in web application? I know that should be involve multip window issue. how about single window application? Thanks, Webjimmy

0
60
Member Avatar for fayenot

hello guys,i managed to search records inside my grdiview.. however after the search,after i've seen my filtered records i want to display again all the records when i erase the words on my search txtbox.. here is my code for my search button.. please help..thanks in advance [ICODE]protected void Button1_Click(object …

0
69
Member Avatar for fayenot

hello guys,i managed to search records inside my grdiview.. however after the search,after i've seen my filtered records i want to display again all the records when i erase the words on my search txtbox.. here is my code for my search button.. please help..thanks in advance [ICODE]protected void Button1_Click(object …

0
52
Member Avatar for Jahira

Hi all, I've been used vs 2003. Now new to 2005...Here i.m nt finding any datatable options and also ispostback(which is in 2003).. Tell me wat 2 use instead of dis.. And also is der any software 2 convert d project 2 2005 which is created in 2003 Ur response …

Member Avatar for serkan sendur
0
37
Member Avatar for cyberjorge

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 …

Member Avatar for serkan sendur
0
56
Member Avatar for AsifAshraf

hi I'm creating a UserControl, I want to set a property like TargetDropDownID which is supposed to be a "string" type of data. Not a DropDownList Control so that i can set this property in html view. OK the Find Control doesn't help in this regard because the whoever will …

Member Avatar for a496761
0
122
Member Avatar for johnny.g

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 …

Member Avatar for bala24
0
182

The End.