Forum: ASP.NET Oct 23rd, 2009 |
| Replies: 1 Views: 406 <connectionStrings>
<add name="ConnectionString" connectionString="Data Source=(local);Initial catalog=sonia;User ID=sonia;Password=sonia;" providerName="System.Data.SqlClient"/>
... |
Forum: VB.NET Oct 9th, 2009 |
| Replies: 2 Views: 423 As u all know,at runtime we can move the form.
I use the foll. code,so dat form doesn't move.I want to ask dat is there any easy way to do it.
Mine code below working correctly,but lengthy-
... |
Forum: ASP.NET Sep 25th, 2009 |
| Replies: 6 Views: 416 I want to develop a project in ASP.Net. Can somebody will send me the project descriptions plz its very urgent. |
Forum: ASP.NET Sep 14th, 2009 |
| Replies: 11 Views: 693 hello dnanetwork , how r u ? Have u blocked,dat nobody can send u privat message? |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 589 hi frnd , can u plz explain ur question more clearly...or send me ur question on mine id <EMAIL SNIPPED> |
Forum: ASP.NET Jul 17th, 2009 |
| Replies: 3 Views: 453 I want to just exit from the loop, I m facing the probs,see bolded part...
protected void btnSellProduct_Click(object sender, EventArgs e)
{
string sPath =... |
Forum: ASP.NET Jun 29th, 2009 |
| Replies: 5 Views: 504 hey frnds, tell me one thing as in VB.Net suppose if we want to connnect to SQL,then in form coding itself.We create the database,Create table ...& insert values...
WE do that cz if we run the... |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 6 Views: 1,008 Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim a As RegistryPermission = New RegistryPermission( _
... |