13,153 Topics

Member Avatar for
Member Avatar for mikefitz

Hi, Does anyone know if there is a way to display the Row # next to the first column in the DataGrid control? Something like the row number display in an Excel spreadsheet. Thnaks

0
64
Member Avatar for nareshPenneti

Hi , Myself, I am Naresh Kumar working as a vb programmer for last 2 years, and I also well knowldged with vbdotnet

Member Avatar for 'Stein
0
26
Member Avatar for kohkohkoh

i was planning to develop an e-learning web site. As far as i know, that most people using asp.net and together with vb.net. I planned to use asp.net and vb (vb 6.0..normal) as my application. is it a good idea of implementing that kind of stuff? (using asp.net + vb …

Member Avatar for kohkohkoh
0
90
Member Avatar for Visslan

:eek: Can anyone please recomend a good and "easy" book about asp.net. A book with good examples and doesn't contain 1000 000 pages.

0
65
Member Avatar for ChimpusDupus

I have a GridView and a DetailsView on the same page which work together allowing you to Insert or Edit data records read by the GridView from the DetailsView. My ASP.NET book explains how to do this...assuming you aren't using any template rows. I happen to be using several template …

0
68
Member Avatar for pyari_priya1981

Hi All, I am getting following error : [code][B]System.NullReferenceException: Object variable or With block variable not set.[/B]Source Error: Line 1266: Error1.text=exp.tostring() Line 1267: [COLOR=Red]Line 1268: oExcel.Quit()[/COLOR] Line 1269: ReleaseComObject(oSheet) Line 1270: Source File: F:\Web\airtel.net\newaudit\callwisereport.aspx Line: 1268 Stack Trace: [NullReferenceException: Object variable or With block variable not set.] Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type …

Member Avatar for keyrun
0
211
Member Avatar for rigidigital

Please how do I find out where the folders are that are serving localhost on my home pc ? I am running windows XP Home edition and I got localhost running after either the installation of ms SQL or Oracle 10g. Their is no problem running apps from it, all …

0
95
Member Avatar for bagi

Hello all, I need some help from you all..... I have datagrid which shown some list of data such as books..... And before each of these data i have "get details" hyperlink button in datagrid and when i click the i want to show detail of that book..... [code]<Columns> <asp:HyperLinkColumn …

Member Avatar for brassinserts
0
150
Member Avatar for gajee

Hi..All, Can somebody please tell me what is wrong with this ASP.NET page?? The browser is returning me the error --> SubmitBtn_click is undefined <-- here is the code ...... ... [HTML]<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@Import Namespace="System"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> …

Member Avatar for gajee
0
117
Member Avatar for j1979c

Hello all.... Just learnt VB .NET yesterday and would like to continue to the ASP .NET book using the VB .NET IDE to program. The thing is... when I start a new project in VB .NET there are no templates for ASP .NET Web Application. Do I need to download …

Member Avatar for j1979c
0
166
Member Avatar for mckmk

hi l want to control serail port with ASP.NET. Can l use serial port of visual C#.net . How can l do this?

Member Avatar for Nomasus
0
62
Member Avatar for yaaraer

I need to create a system that acts like paypal - people can transfer money from their account to a central account and vice versa. A person can transfer funds from his bank to the account with a credit card and withdraw funds to his bank. any advice on how …

Member Avatar for tgreer
0
111
Member Avatar for ChimpusDupus

Ummm...I'm know it seems like it should be obvious, but what does this mean: [I]Type 'System.Web.UI.WebControls.DataKey' in Assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not marked as serializable.[/I]

Member Avatar for tgreer
0
109
Member Avatar for shefer

Hey, I'm using Web Parts and atlas to implement drag and drop of web parts. Every thing work great in IE6. After reading ScottGu's Blog about firefox support [URL="http://weblogs.asp.net/scottgu/archive/2006/03/24/Drag-and-Drop-ASP.NET-2.0-Web-Parts-in-FireFox-_2800_with-Atlas_2900_.aspx"]http://weblogs.asp.net/scottgu/archive/2006/03/24/Drag-and-Drop-ASP.NET-2.0-Web-Parts-in-FireFox-_2800_with-Atlas_2900_.aspx[/URL] I decided to give it a try. It works fine for the *first drop* but after the first drop it seems …

0
86
Member Avatar for Gowrishankar

Hi,Is it possible to execute the (ASP.NET using C#) code in a command prompt...?If it is possible means how ?and also can I execute the class files in command prompt...?Please give me some ideas...

Member Avatar for alc6379
0
176
Member Avatar for mikefitz

Hi, Is there a way to set a mask on the standard ASP.NET TextBox Web control? For example, I need to mask the input and display of a telephone number "###-###-####". Thanks, Mike

Member Avatar for mikefitz
0
121
Member Avatar for ChimpusDupus

Hi, I'm creating a page that has an ASP button that should delete a row of data from an SQL database. I want a javascript confirm window to appear to make sure the user [I]really [/I]wants to delete the information. I can set the button's OnClientClick property to "javascript:confirm('Are you …

Member Avatar for ChimpusDupus
0
179
Member Avatar for bogy

Hello guys, I'd like to ask about something: When I press ASP.Net Configuration (in the web site menu in VisualStudio 2005), this message appears: "Unable to connect to VisualStudio's localhost Server" and I've already installed IIS. So any one can answer me? Thanks... bogy.

Member Avatar for bogy
0
148
Member Avatar for Kian99

Hi, I’m a new comer at this forum. I got a printing problem with crystal report; I can’t directly print the document/ report from the crystal report printing function. I build this web base reporting program with asp.net 2.0 using CrystalReportViewer control. As the report designer I use Crystal Report …

Member Avatar for nileshagni
0
179
Member Avatar for ChimpusDupus

Hi, I have a GridView that displays data from a MS SQL database (duh!). I know the GridView allows you to have a command column with such functions as Edit, Update, Delete, etc., which I wish to use. The problem is that I only want these functions to be available …

Member Avatar for ChimpusDupus
0
91
Member Avatar for kshama002

Hey All, I am new at AJAX. I would like to make expandable popup window. So that when i do mouseover event it will expand and viceversa. But i dont know how to do it. I have one exmple to show you all so that u can get better idea …

0
82
Member Avatar for uddipto_banerji

:sad: Hi, I have created a login page in ASP.NET through C#,there I have two text boxes and one command button called submit and i have created a database and a table named login in SQL server2000 where I have stored the user name and password.Now I want the user …

0
77
Member Avatar for ChimpusDupus

If you haven't guessed by the number of questions I'm asking, I'm in the process of [I]learning[/I] ASP.NET as well as using it to update a website. This problem deals with Validation. Basically, I have two buttons within a table that have the functions of Editing corresponding data in the …

0
73
Member Avatar for selimatmaca

I spent my whole day but I could not solve the problem. I dont have much experience in Asp.net. Please help... DropDownList dont send selected value to the Sub DropDown_SelectedIndexChanged The Error Message is:[B]Exception Details: [/B]System.NullReferenceException: Object reference not set to an instance of an object.[B] [/B][B]Source Error:[/B] Line 38: …

Member Avatar for Fenerbahce
0
115
Member Avatar for samsundar

hi, iam having 2 listboxes.In one listbox i am populating products from Msacess.Then after clicking any of the product it should populate corresponding schedules in the other listbox.Below is my code Kindly reply me as soon as possible.. [CODE] [COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] sql [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]String [/COLOR]con = [COLOR=#0000ff]New[/COLOR] OleDbConnection("Provider=Microsoft.jet.oledb.4.0;Data Source=D:\Inetpub\wwwroot\WebApplication12\WRMdatabase.mdb") sql = …

Member Avatar for Fenerbahce
0
81
Member Avatar for Techno_dame

I got a problem , can you help me out. Recently started learning how to program in asp.net using Web Matrix. I downloaded and installed all necccessary software as instructed (i.e. the Web Matrix software, MSDE software and SQL Server 2005 Express software. Strangely, in Web Matrix, when it comes …

0
61
Member Avatar for ChimpusDupus

Hi, I've been trying to get this to work for hours to no avail (at least they're paying me :cheesy: ). I have a DropDownList that obtains its values from a database. The DropDownList will not retain it's values when a Postback is done (caused by a submit button being …

Member Avatar for ChimpusDupus
0
474
Member Avatar for tigtag

Hey anybody knows where i can get complete tutorials on asp.net from basic to advanced. help me

0
75
Member Avatar for bodikon

Heya! First time on DaniWeb - so i hope i don't buggar protocol up! I code in ASP.NET and am pretty new to it, about a couple of years. And am still only getting to grips with the full power of ASP. (I started out in PHP for all of …

Member Avatar for LeProgrammeur
0
94
Member Avatar for infinity4ever

hi all now this is something hard and i hope that someone knows how to do it lets say that i have a table in the database named "Test" the table contains this data [B][COLOR=#000000]Question_____________________Type[/COLOR][/B] [COLOR=#000000]What is your name? ________________[/COLOR][COLOR=#000000]Txt[/COLOR] [COLOR=#000000]How are you?______________________[/COLOR][COLOR=#000000]Rad[/COLOR] the webform has only a Button named …

Member Avatar for infinity4ever
0
94
Member Avatar for aish

I fill dropdown lists values from the database then I wants to hard code first value and last value. I already hard code first value it's like this. cboName.Items.Insert(0,new ListItem("----Select----","0")); how can I hard code last value of the dropdown list, I want to add last value as a ----Other----. …

Member Avatar for ChimpusDupus
0
149
Member Avatar for AliAbbas

Hi, I have a folder with some Excel files in it. These files are all in Excel 2.1 version. I need a batch file in ASP.Net to open that folder and to convert all the Excel files into Excel 2003. And I also need to count the number of Excel …

Member Avatar for plazmo
0
65
Member Avatar for sirishachalasan

Hello frnds.hope one u will help me to solve this problem. how to create a new user login page in asp.net using vb

0
53
Member Avatar for Gowrishankar

Hi,Anyone can tell me the way of encryption using the inbuild function of the ASP.NET in C# code?I want to encrypt the password and store them in a sql db...and encrypt the user input value for password then validate with that one to the encrypted db value..using the inbuild function …

Member Avatar for campkev
0
104
Member Avatar for lexaTW

Somebody! Please help to start. I didn't work for couple of years and now I found myself lost. It looks like Microsoft changed their subscription packages. What do I need to order or subscribe to get C#.NET, VB.NET, ASP.NET, ADO.NET ??? Visual Studio .NET Enterprise Architect Visual Studio .NET Enterprise …

Member Avatar for edu.quest
0
207
Member Avatar for Fenerbahce

hi, how can i find out that what number of record(row) my cursor focused on in database? thanks label1.text= active row`s number ????? example : [code] [COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] baglanti [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#0000ff]New[/COLOR][COLOR=#000000] SqlClient.SqlConnection()[/COLOR] [COLOR=#0000ff]Dim[/COLOR] command [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand() [COLOR=#0000ff]Dim[/COLOR] kisiler [COLOR=#0000ff]As[/COLOR] SqlClient.SqlDataReader baglanti.ConnectionString = [COLOR=#800000]"data source=instance2000;"[/COLOR] & [COLOR=#800000]"initial catalog=dbf;"[/COLOR] & [COLOR=#800000]"integrated security= SSPI" …

Member Avatar for Fenerbahce
0
107
Member Avatar for Adzz

I have to create a number of controls equal to a number entered in a textbox by the user. I created a web user control, which has a radio button list. Then when the user press a Submit button, I want to check the selected values of the controls created …

Member Avatar for Adzz
0
108
Member Avatar for nsan

example: [URL="http://www.yourdomain.com/username"]www.yourdomain.com/username[/URL] when you sign up in Social Networking websites like zorpia.com and tagworld.com, they create a homepage for you that you can edit. your username comes after / and no file extension is included like [URL="http://www.zorpia.com/username"]www.zorpia.com/username[/URL] i dont know how they do it any hint?

0
81
Member Avatar for Techno_dame

Hi there, I recently started learning how create ASP.NET pages using Web Matrix but when I access the Web Control Toolbar and try and drag and drop controls, the selected control does not display properly. It works for some of the controls but for a lot of others in the …

Member Avatar for Paladine
0
227
Member Avatar for nsan

when you register in zorpia.com or tagworld.com, they create a homepage for you like: [URL="http://www.zorpia.com/myname"]www.zorpia.com/myname[/URL] i dont know how it works? does it create a seperate folder? how come no file extension is included? any hint for me to learn how to do that?

0
63
Member Avatar for Munoz

I am trying to display a database into textboxes without using Datagrids. How do you give a value to a text box that corresponds with a Sql row. Thanks.

Member Avatar for tgreer
0
105
Member Avatar for jhickman41

Hello, I have developed a site ([URL="http://www.heftysgear.com"]www.heftysgear.com[/URL]) that needs to have a shopping cart added to it. I really do not have alot of experience in this area, but know a little to get the job done. I am having diffculty finding the code, or a affordable program were I …

0
72
Member Avatar for web developer

Hi all, I focus now a new problem . I want to make the user upload a complete Folder to the server . Not file by File How can i do it . and also if any one have a control (Browsing directory) instead of HTML file input? Thanks:rolleyes:

Member Avatar for tgreer
0
84
Member Avatar for Tester99

Hi All, When I build a solution, it follows error: fatal error LNK1136: invalid or corrupt file [I]If anybody can provide a key how to fix this, please reply[/I]

Member Avatar for Dave Sinkula
0
53
Member Avatar for bodikon

[code] sql = "SELECT * FROM tblcsvdump" set rs = connection.execute(sql) records = rs.Fields.Count dim heading(100) dim pulled(100) dim i dim count dim VAL dim VEL i=0 count = 0 for i=0 to records heading(count) = rs.Fields(count) response.write(heading(count)) header = heading(count) '**** THIS ROW HAS ERROR pulled(count) = Request.Form(header) count=count+1 …

Member Avatar for campkev
0
135
Member Avatar for infinity4ever

hi... i create a new table with this code Dim SQLCreate As New SqlCommand Dim Conn As New SqlConnection Dim DA As New SqlDataAdapter Dim DS As New Data.DataSet 'Create DB SQLCreate.CommandText = "CREATE TABLE test (ID integer NOT NULL)" SQLCreate.Connection = Conn Conn.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\RBD.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" …

Member Avatar for infinity4ever
0
297
Member Avatar for adnan1888

i need to use the variables declared in javascript in asp.net saw a thread suggesting hidden textfields but that wud help in request or query strings what if i needed to use the value of a variable declared in javascript by fulfilling some condition into an INSERT COMMAND. the page …

Member Avatar for tgreer
0
230
Member Avatar for infinity4ever

hi i want to insert the current date and time in the sql server database... but i dont know how or what is the formulla exactly..i tried several time but all failed... basicly what i want is when someone log in the site with the membership the session("Date") will be …

Member Avatar for infinity4ever
0
144
Member Avatar for Itpon

Welcome everybody, I just installed visual studio 2003 in my PC and am facing a problem while trying to open a new asp.net web application project, this is the message that i get.. [IMG]http://www.up4world.com/images/images/adb9b488e1.jpg[/IMG] can anybody helping solving the problem? Thanks

Member Avatar for Paladine
0
154
Member Avatar for grajeshmsc

HI All, i'm having a problem in authenticating the users in my application. Actually my scenario is i'm getting user name using 'httpcontext'. But this working fine in our developement.its not working in our client machine.The logged username is differ from its showing in the application.but for some users its …

Member Avatar for Paladine
0
196

The End.