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 15457 - 15486 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15457
Send a copy of your stored procedure code, and I'll let you know what went wrong. Also check to make sure your SQL Server is version 2005, which is the only...
Jasmine
polly_peptide
Offline Send Email
Nov 1, 2006
5:54 pm
15458
Your welcome... ... From: "jokes@..." <jokes@...> To: "CSharpNET@yahoogroups.com" <CSharpNET@yahoogroups.com> Sent: Monday, October 30,...
Agus Candra
aguscandra80
Offline Send Email
Nov 1, 2006
6:51 pm
15459
Hi, and thanks for membership to the group. Can anyone assist please. I am a newbie to visual studio 2005 and databasing with c#. I have created an sql...
andyking127
Offline Send Email
Nov 1, 2006
6:52 pm
15460
Hi All, I am unable to see Database project template in 'Create new Project Window' Is there any configuration I need to make? Thanks in Advance, Sathya Send...
Sathya
sathyamca
Offline Send Email
Nov 1, 2006
6:53 pm
15461
Hi all, We are currently trying to change the way we do things right now, so we are slowly moving from MSF process to something more agile/XP. One big change...
tiplea_nutu
Offline Send Email
Nov 1, 2006
6:55 pm
15462
Hello friends, I have a prolem in datagrid. My problem is I m using C#.net and asp.net for developing a page, in that there is a datagrid.my first problem is...
rock attraction
rockattraction
Offline Send Email
Nov 2, 2006
2:21 pm
15463
"Users" and "name" are reserved words in SQL. Avoid naming things with reserved words. Call your table mycompany_user, and use column names like name_last,...
Jasmine
polly_peptide
Offline Send Email
Nov 2, 2006
5:23 pm
15464
Hi, Your problem is very simple. What you can do is add the temple column to the datagrid and then to this template column add the textbox. once you are done...
mubashir hameed koul
koul_mubashir
Offline Send Email
Nov 3, 2006
3:56 am
15465
hi friends i am using forms authentication for security on login form i have "forget password" button using this user can goto forget password form for this no...
manisha kadam
l.manisha
Offline Send Email
Nov 3, 2006
7:41 pm
15466
Try TemplateColumn. It allows you to put whatever you want in a datagrid. ...
CsharpKid
agney_roy
Offline Send Email
Nov 3, 2006
7:42 pm
15467
Hi Jasmine, thanks for your mail. I have taken note about about the confilicting name types you mention, and will enusure not to use these name types in my...
Andy
andyking127
Offline Send Email
Nov 3, 2006
7:43 pm
15468
Hello, I am learning C#,VB.NET.I request you all senior guys to tell me the best and simple books to learn these two courses. Thanks Raj ... Find out what...
Rajeshwar Reddy Pasham
raju07_reddy
Offline Send Email
Nov 3, 2006
7:44 pm
15469
Respected sir, how to select the particular rows in datagrid.using button. <asp:TemplateColumn HeaderText="Permission"> <ItemTemplate> <asp:Button id="Button1"...
Rajalakshmi Chinnaraju
rajalakshmi_pgr
Offline Send Email
Nov 3, 2006
7:48 pm
15470
Where is the main code? What the problems ... From: rock attraction <rockattraction@...> To: AspNet2@yahoogroups.com;...
Agus Candra
aguscandra80
Offline Send Email
Nov 3, 2006
7:49 pm
15471
hello sir, how to select the particular item in the datagrid...using button... am using these coding <asp:TemplateColumn HeaderText="Permission"> ...
Rajalakshmi Chinnaraju
rajalakshmi_pgr
Offline Send Email
Nov 3, 2006
7:51 pm
15472
The usual unit testing approach is to isolate your code with mock objects, so that you don't have to worry about doing this. Doing unit tests directly causes...
Eric Gunnerson
ericgu3
Offline Send Email
Nov 5, 2006
12:42 am
15473
hi friends can i use some javascript or client side code for select datagrids row in application at a time i have to show about 120 records having about 12...
manisha kadam
l.manisha
Offline Send Email
Nov 5, 2006
3:37 am
15474
Hello Agus, This is the my main code <asp:DataGrid id="Datagrid2" runat="server" AutoGenerateColumns="False" OnItemDataBound="DataGrid2_ItemDataBound" ...
rock attraction
rockattraction
Offline Send Email
Nov 5, 2006
3:37 am
15475
you can visit online site www.w3schools.com i hope you get your details about .Net and xml Sidhdharth Patel [Empower Yourself...] [Non-text portions of this...
sidhdharth patel
sidhdhu12
Offline Send Email
Nov 5, 2006
3:38 am
15476
I learned from a book called "C# Complete" from SYBEX. It thought me almost everything I know! But beware, I'm no professional... :) ... From: Rajeshwar Reddy...
Bean
volans3000
Offline Send Email
Nov 5, 2006
3:41 am
15477
I started out with this one as an example: http:// www . codeproject . com/aspnet/Multi-select_Dataagrid. asp (remove the spaces) rob ... From: manisha kadam...
Rob Karatzas
robkaratzas
Offline Send Email
Nov 5, 2006
11:57 am
15478
Hi This is a very subjective question and there are few different ways depending on the database. I've used following approaches so far (listed in order of...
neil_armstrong1999
neil_armstro...
Offline Send Email
Nov 5, 2006
10:22 pm
15479
I think it all depends on your background and ultimate goal. If you plan to get a book that will take you from being programming novice to a seasoned pro, I...
Moishe Gershkovich
mgersh
Offline Send Email
Nov 6, 2006
2:10 am
15480
i have just got a book on asp.net with c# by Murach..its good ... _________________________________________________________________ Spice up your IM...
Garima Chandra
kukki_mahima
Offline Send Email
Nov 6, 2006
2:13 am
15481
hi guys, I do have problem in using CLR in sql server 2005. I connecting through a database and inserting a record over there. following is the sample body of ...
khushal thakker
johnkhush
Offline Send Email
Nov 6, 2006
3:12 pm
15482
Hi, You should check for the Property "AutoPostBack". Check whether this property has been set to true or not. Hope that solves your problem. Thanks Mubashir H...
mubashir hameed koul
koul_mubashir
Offline Send Email
Nov 7, 2006
3:54 am
15483
SCOPE_IDENTITY() has been around along time before SQL2005! I've vbeen using it for the past 3 years, and I haven't even installed SQL2005 yet!! Maybe it is...
racer_rudi_2003
Offline Send Email
Nov 7, 2006
10:08 am
15484
How can i maintain sessions in the asp pages while using these page in my asp.net project. -- Rerards, Ranveer Kumar ...
Ranveer Kumar
for_rana79
Offline Send Email
Nov 7, 2006
10:30 am
15485
Hi Guys, Has anyone on this list had experience with ClickOnce deployment of Smart Clients? I am struggling to see why on some networks it recognises an update...
racer_rudi_2003
Offline Send Email
Nov 7, 2006
1:17 pm
15486
Session["NAME"]=variable; in the other page textbox1.text=Session["NAME"].toString(); Ranveer Kumar <ranveer79@...> wrote: How can i maintain sessions in...
pineapple aziz
pineapple2679
Offline Send Email
Nov 7, 2006
2:56 pm
Messages 15457 - 15486 of 19704   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