12,085 Topics

Member Avatar for
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
62
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
65
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
207
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
92
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
147
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
115
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
57
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
109
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
106
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
83
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
118
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
154
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
141
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
176
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
87
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
79
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
76
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
72
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
108
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
79
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
59
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
473
Member Avatar for tigtag

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

0
72
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
91
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
88
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
144
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
63
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
51
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
102
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
203

The End.