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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14894 - 14923 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14894
Hi It's the order that the parameters are supplied in to the writeline func after the format string. {0} is parameter 0 {1} is parameter 1... etc Look up...
Matt Evans
im_matt_evans
Offline Send Email
Aug 1, 2006
9:06 am
14895
hi i also get this problem while sending attachement. so the solution is this that your system must have a iis running. and follow the setup u do not require...
Surender Rawat
rawat_198316
Offline Send Email
Aug 1, 2006
2:10 pm
14896
HI Julien, 2008 is not assigned to {0} or theMonth. Look at the constructor carefully. When you create an object of Time class like this Time timeObject = new...
Agarwal, Tushar
er.tushar
Offline Send Email
Aug 1, 2006
2:14 pm
14897
Please I need help. I m using a datareader for displaying data from a table into a web form.. The problem is..that I want to replace the enter with a <br> for...
rabih.elhafez
fahed_rabih
Offline Send Email
Aug 1, 2006
2:15 pm
14898
C#.NET Posting Guidelines FAQ C#.NET is the LARGEST email-based group for C# developers on the Internet, with multiple moderators from around the world. A...
Chris Conboy
sircyobnoc
Offline Send Email
Aug 1, 2006
5:17 pm
14899
... I don't get what you mean, why "replace" the enter?? what do you mean?? Greetings......
Félix Sánchez...
fesanch@...
Send Email
Aug 1, 2006
5:20 pm
14900
You could use the string.Replace method to change the \r\n to a <br> Steve...
ysfred4
Offline Send Email
Aug 1, 2006
6:37 pm
14901
you can do it by dr["columnname"].ToString().replace("\n","<br>"); hope this will help u Vamshidhar Reddy ... ...
vamshi reddy
vamsi_gvr
Offline Send Email
Aug 2, 2006
2:01 pm
14902
Go to www.soft-best.net and search for the software DiagramStudio you will got all the things need there ... -- efusion(Fuse UR-self !) ...
sumit machra
subhki2000
Offline Send Email
Aug 2, 2006
2:03 pm
14903
That software does not look to have anything to do with .NET controls for an ASP.NET application. It might be a good flowcharting tool, but I think that the...
ysfred4
Offline Send Email
Aug 2, 2006
2:05 pm
14904
Hello, I am having small and easy doubts can someone please try to help me out. 1.I am having a requirement like i want to keep the distance between the...
phani_k1983
Offline Send Email
Aug 3, 2006
2:56 am
14905
I have problem with visual studio 2003, the problem is some of user controls that i create is missing from Toolbox > My User Controls. The problem happen when...
Markus Hardiyanto
informatics2k1
Offline Send Email
Aug 3, 2006
3:39 am
14906
Hi All, I am getting a strange error in my ASP.Net application. When i set smartNavigation=false and then redirect to a new page using ...
koul_mubashir
Offline Send Email
Aug 3, 2006
3:15 pm
14907
hi, i have a table called 'user_name' in my database. This table contains the user name and password to login into the application. I can very well login into...
kalai_r_2006
Offline Send Email
Aug 3, 2006
3:15 pm
14908
Please give us more details or better the piece of code where exception occurs. Regards, Ivo Verus ... [Non-text portions of this message have been removed]...
Ivo Verus
ivo.verus@...
Send Email
Aug 3, 2006
6:38 pm
14909
Hi Kalai Here are my thoughts: The message is coming from your SQLClient so the solution may lie in how you have defined user_table. Your SQL Client may...
Bob Forward
kahtuma
Offline Send Email
Aug 4, 2006
2:40 am
14910
... got the answer here: http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.windowsforms/2004-04/0497.html -- Markus ... RevTI Web...
Markus Hardiyanto
informatics2k1
Offline Send Email
Aug 4, 2006
2:42 am
14911
"user_name" is a reserved word in T-SQL... therefore a bad choice for your column name. Pick a different name, or use the brackets every time you use this name...
Jasmine
polly_peptide
Offline Send Email
Aug 4, 2006
3:28 pm
14912
Probly shouldn't go around granting the application login permissions directly to your tables. Create a stored procedure and grant permission to execute that....
Jasmine
polly_peptide
Offline Send Email
Aug 4, 2006
3:33 pm
14913
hi, did u set any primary key constraint in the table 'user_name'. if not set a column as primary key and try to insert by considering that constraint. chandru...
kalai_chandru123
kalai_chandr...
Offline Send Email
Aug 4, 2006
3:39 pm
14914
Give me more details. Ivo Verus <ivo.verus@...> wrote: Please give us more details or better the piece of code where exception occurs. Regards, ...
gungormez bora
phasalis
Offline Send Email
Aug 4, 2006
3:45 pm
14915
give me more details Markus Hardiyanto <markus@...> wrote: ... got the answer here: ...
gungormez bora
phasalis
Offline Send Email
Aug 4, 2006
3:45 pm
14916
Hi, Might be possible that u have not specified the database name in d connection string and it is searching the table in default database(Master) Zeeshan ...
Zeeshan Khan
it_zeeshanlko
Offline Send Email
Aug 4, 2006
5:33 pm
14917
Kalai only one reason for that your table name is wrong or you missppled it check the column name & table name properly. Regards Raj sharma kalai_chandru123...
raj sharma
rajsharma5us1
Offline Send Email
Aug 5, 2006
5:08 pm
14918
Hi jasmine , Yes you are right but in stored procedure do transaction also for this .this will provide better secuirity and consistency of data Rgds Raj sharma...
raj sharma
rajsharma5us1
Offline Send Email
Aug 5, 2006
5:12 pm
14919
Hi Create a new Tab on your toool box Right click on the new tab and choose add/remove items then press brows button on the dialog and brows your dll Thats all...
shahab ganji
g11shahab
Offline Send Email
Aug 6, 2006
6:38 pm
14920
How many users have u created for ur database? Does the user which u connect with the database is same as the one owning the table 'user_name'? Or just check...
Irfan Shaikh
irfanhp786
Offline Send Email
Aug 6, 2006
6:39 pm
14921
Hi, We are creating a web application that unfortunately has to communicate with a product called Navision. The communication is to send and receive xml...
Paul Cowan
dagda1970
Offline Send Email
Aug 6, 2006
6:40 pm
14922
hi friends i have made an application using asp.net and C# in which i use datagrid to show data i use edit button on edit when i press edit i got problems 1)...
manisha kadam
l.manisha
Offline Send Email
Aug 6, 2006
6:42 pm
14923
... <fesanch@...> wrote: The syntax for break line(enter) is: <"/br">...
prasanthpv_1984
Offline Send Email
Aug 6, 2006
6:43 pm
Messages 14894 - 14923 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