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...
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...
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...
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...
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...
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...
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...
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...
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...
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@...
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...
"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...
Probly shouldn't go around granting the application login permissions directly to your tables. Create a stored procedure and grant permission to execute that....
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...
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 ...
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...
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...
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...
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...
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...
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)...