Forum: C# May 21st, 2009 |
| Replies: 8 Views: 1,722 i hope it helped you,if it did then mark it as solved... :) |
Forum: C# May 21st, 2009 |
| Replies: 8 Views: 1,722 i did the same thing using javascript..may be that helps you..
here is the javascript code:
<html>
<head>
<title></title>
</head> |
Forum: C# May 21st, 2009 |
| Replies: 2 Views: 267 use split function
string output=path.Split('.'); |
Forum: C# Apr 30th, 2009 |
| Replies: 1 Views: 751 hi..
you can make use of the connectionstring as shown below:
string str = "Data Source=*name of your SQL server*;Initial Catalog=*your database name*;Integrated Security=True";
... |
Forum: C# Apr 30th, 2009 |
| Replies: 2 Views: 254 hi..well first you need to create a table in database to be able to maintain the users who can log in...
in your application connect to the database and try the following code at your Login button..... |
Forum: C# Apr 23rd, 2009 |
| Replies: 4 Views: 1,327 thanks for replying...its a web application and i got the answer.. |
Forum: C# Apr 22nd, 2009 |
| Replies: 4 Views: 1,327 hi..
well i have a gridview on a page and when the user selects the gridview row then that gridview row should be redirected to a new page.
this new page has another gridview which i need to... |