13,153 Topics
| |
Hi every body, I am suppose to develope a web site contains access DB using ASP.NET but, unfortunatly i have no background about ASP.NET so I was wondering what i have to do first.... if any one could advise me about this, how i begin learning, books, sites, e-book.. etc, … | |
Hi I need to sort and filter a grid on the client side... While searching the net I came across a site [URL="http://rdcpro.com/xmldev/filterandsort/demo.html"]http://rdcpro.com/xmldev/filterandsort/demo.html[/URL] While looking at the site I noticed that it is saving the xml and xsl files(or so it seems) in the client cache files and then formatting … | |
I want add games to my site,but I don't know how to make them in rows and lines.Can anyone help me? | |
Does anyone know how to update or add a profile to HttpContext.Current.Profile? I am manually creating a user, adding him to a role and creating his profile. The problem is that the newly created profile is not in HttpContext.Current.Profile until I log in as the newly created user, which I … | |
Hi, I'm using a GridView Control in which I wish to show thumbnail versions of images saved as binary data on a SQL DB. I have a page that accepts an ID parameter to use in finding the image on the database. The page uses the [inlinecode]Response.BinaryWrite()[/inlinecode] method to display … | |
i posted a thread on creating controls dynamically but the answer given did not solve my even in other forums. My Prob is that im trying to build an application that needs the user to details of goods recieved. I hav a dropdownlist that reads the value of productname from … | |
i want to display some data in a grid but this is the error i get. withEvents variable 'DataGrid1' implicitly defines '_DataGrid1', which conflicts with a member of the same name in class 'mastersearch'. i tried renaming the variables but that does not help because it EITHER doesnt bind the … | |
Hi Please i need some clarification on creating controls dynamically ie. This code creates 10 textboxes on Page_Load() for i = 1 to 10 dim MyTextBox as new TextBox panel1.controls.add(MyTextBox) next i need to do this with a button_Click Event so that each click will create 1 textbox at a … | |
I created a textbox dynamically like this Sub Page_Load() For i = 1 to 5 dim MyTextBox as new TextBox panel1.controls.add(MyTextBox) This creates 5 TextBoxes all at ones But say i want a button to create this textboxes one after the other untill i create the whole 5 textboxes how … | |
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 … |
The End.