Hello, I am using Visual Studio 2003 and want to handle the event when the user clicks on the RowHeader on the DataGrid. In Visual Studio 2005, there is a...
What you want is a standard client-server application, which only requires one server. You connect to the database on the server, not the mdf file. You never...
In page load event you must be populating your dropdown out side the (!isPostBack()) scope, this is forcing your parent dropdown to get reset. ... am adding ...
Dear All, I want to use a grid kind of thing for inserting new records into tables..There can be text boxes, combo boxes and other controls in the grid. Can...
you could use template columns or render your own html control as a table and embed whatever controls u want. Hossam M.Said Asp.net Developer Santhosh Nair...
This problem made me really crazy.I searched and tried lots of things for updating my access db but still I couldnt I dont get any error message but I cant add...
r u working on asp.net or windows applications? if u r working in windows application than u can use DataGridView control. and if u r using web application...
do you catch anything with catch (SqlException ex)? any reason why you are not using a stored procedure? can you loop thru the parameters an print them for us?...
Hi The first thing I would ask is what are the field types for the fields? You are adding all the parameters as strings, and so I wonder if some of the fields...
Actually I was waiting to get an answer :).Anyway I did not get any exception.(I got this code from an of of forums because I could not overcome this problem...
C#.NET is the LARGEST email-based group for C# developers on the Internet, with multiple moderators from around the world. A moderated mailing list, it is...
can you execute the insert directly, using all of the values you have? (w/o parameters) and does it work? rob ... From: ozer ozden <mycolonel85@...> ...
I would suggest you try a simple table first, with 2 fields, id (autonumber) plus another field, say name (text). If it succeed, you can go ahead with your...
Hi Amin, Thank you for your reply. Am wokring on ASP.NET. I have made a website completely in ASP.NET and C#. I want to add a a data entry form for all the...
Hi Hossam, Thank you for your reply. Am working on ASP.NET. I have made a website completely in ASP.NET and C#. I want to add a a data entry form for all the...
Hi Santhu, I have done work on these kind of scenarios before. You have to display records in Grid but for inserting records you have to use other controls...
hai, I am creating a windows application using c# and sql server, in this from i am adding data to master form. there is add button in this form, if the user...
first, create everything again in sql server, change the connection, test it, if succeeded, then return back to access and try to insert the record without...
hi folks missed the original post(s), but I've been using something similar to: http://aspnet.4guysfromrolla.com/articles/021203-1.aspx for a while now. (The...
Well there's the problem right there. You used sample code. You need to change your catch block to catch ALL exceptions (use the base type, Exception) and send...
Hi all again, Thanx for all who tried to help during this stresfull period.First of all please for the next time read closely the problem.Because at the...
Hi all, I want to display graphical representation of the business (SALE/SERVICE etc) done by my company. Can anyone guide me how to do it..??. I had done the...
As an IT grad and C# dev I'm accustomed to using the language and am quite comfortable designing back-ends, but recently for a personal project I've been...
hi friends, i am ram, very new to visual studio 2005. in visual studio 2005, if i open a asp.net web site,it shows a designer page. so that we can pull some...
Hi, Whn i open my vb.net proj i get the following error:- "Visual studio .net cannot create or open the project" I have dne all....its working whn i am making...
Hi, To make things easy, maybe you can search for some third party controls to do that. There are quite a few in the market, and some are for free. Best...