13,153 Topics
![]() | |
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 | |
Hi , Myself, I am Naresh Kumar working as a vb programmer for last 2 years, and I also well knowldged with vbdotnet | |
![]() | 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 … ![]() |
: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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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> … | |
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 … | |
hi l want to control serail port with ASP.NET. Can l use serial port of visual C#.net . How can l do this? | |
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 … | |
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] | |
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 … | |
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... | |
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 | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
: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 … | |
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 … | |
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: … | |
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 = … | |
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 … | |
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 … | |
Hey anybody knows where i can get complete tutorials on asp.net from basic to advanced. help me | |
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 … | |
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 … | |
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----. … | |
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 … | |
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 | |
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 … | |
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 … | |
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" … | |
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 … | |
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? | |
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 … | |
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? | |
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. | |
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 … | |
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: | |
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] | |
[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 … | |
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" … | |
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 … | |
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 … | |
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 | |
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 … |
The End.