Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15806 - 15835 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15806
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...
hrc_varun
Offline Send Email
Jan 1, 2007
9:13 pm
15807
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...
Jasmine
polly_peptide
Offline Send Email
Jan 2, 2007
4:05 am
15808
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 ...
Syed Murtaza Hussain ...
murtazahrizvi
Offline Send Email
Jan 2, 2007
3:02 pm
15809
Does anyone know if there is a C# group that meets in or around the Houston area?...
pezjunkie2000
Offline Send Email
Jan 3, 2007
11:25 pm
15810
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...
Santhosh Nair
nairsanthu1977
Offline Send Email
Jan 4, 2007
7:15 am
15811
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...
realhossam
Offline Send Email
Jan 4, 2007
3:01 pm
15812
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...
ozer ozden
mycolonel85
Offline Send Email
Jan 4, 2007
3:02 pm
15813
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...
Adnan Amin
adnanaminarain
Offline Send Email
Jan 4, 2007
3:12 pm
15814
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?...
Rob Karatzas
robkaratzas
Offline Send Email
Jan 4, 2007
3:34 pm
15815
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...
Matt Evans
im_matt_evans
Offline Send Email
Jan 4, 2007
11:07 pm
15816
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...
ozer ozden
mycolonel85
Offline Send Email
Jan 4, 2007
11:11 pm
15817
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...
csharpmods
Offline Send Email
Jan 4, 2007
11:25 pm
15818
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@...> ...
Rob Karatzas
robkaratzas
Offline Send Email
Jan 5, 2007
12:45 am
15819
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...
Zhu Jianhua
yinghua99
Offline Send Email
Jan 5, 2007
2:20 am
15820
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...
Santhosh Nair
nairsanthu1977
Offline Send Email
Jan 5, 2007
3:57 am
15821
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...
Santhosh Nair
nairsanthu1977
Offline Send Email
Jan 5, 2007
4:03 am
15822
ozden u have to check ur parameter passing criteria. try to use this criteria for passing parameters ...
Adnan Amin
adnanaminarain
Offline Send Email
Jan 5, 2007
2:37 pm
15823
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...
Adnan Amin
adnanaminarain
Offline Send Email
Jan 5, 2007
2:39 pm
15824
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...
Bijulal.T.M
bijulaltm
Offline Send Email
Jan 5, 2007
2:42 pm
15825
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...
realhossam
Offline Send Email
Jan 5, 2007
2:44 pm
15826
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...
Rob Karatzas
robkaratzas
Offline Send Email
Jan 5, 2007
4:06 pm
15827
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...
Jasmine
polly_peptide
Offline Send Email
Jan 5, 2007
4:16 pm
15828
Thank you Amin... Rob Karatzas <tutor@...> wrote: hi folks missed the original post(s), but I've been using something similar to: ...
Santhosh Nair
nairsanthu1977
Offline Send Email
Jan 6, 2007
4:11 am
15829
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...
ozer ozden
mycolonel85
Offline Send Email
Jan 6, 2007
5:22 am
15830
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...
Santhosh Nair
nairsanthu1977
Offline Send Email
Jan 6, 2007
10:50 am
15831
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...
Mohammed Djavanroodi
mo_roodi
Offline Send Email
Jan 8, 2007
2:38 pm
15832
I put a dataset(which will change) in the cache, i want to get my new data from the cache when it expire . How can i do that Ax4 Thanx ...
Broglie Victor
debroglievictor
Offline Send Email
Jan 8, 2007
2:40 pm
15833
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...
Sathya N
grps2learn
Offline Send Email
Jan 8, 2007
2:52 pm
15834
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...
Garima Chandra
kukki_mahima
Offline Send Email
Jan 8, 2007
2:52 pm
15835
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...
Zhu Jianhua
yinghua99
Offline Send Email
Jan 8, 2007
2:53 pm
Messages 15806 - 15835 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help