Forum: ASP.NET 29 Days Ago |
| Replies: 1 Views: 341 <connectionStrings>
<add name="ConnectionString" connectionString="Data Source=(local);Initial catalog=sonia;User ID=sonia;Password=sonia;" providerName="System.Data.SqlClient"/>
... |
Forum: ASP.NET Oct 16th, 2009 |
| Replies: 0 Views: 188 protected void btnLogin_Click(object sender, EventArgs e)
{
try
{
SqlConnection conn = new... |
Forum: ASP.NET Oct 16th, 2009 |
| Replies: 1 Views: 212 Hey frnds tell me to see ASP.net site video tutorials,is it necessary that msdn sites will open up. Because msdn sites will not open up in my computer. Or by installing silver light,i can watch... |
Forum: ASP.NET Oct 13th, 2009 |
| Replies: 1 Views: 293 public partial class FrmOnline : System.Web.UI.Page
{
string Query;
SqlCommand cmd;
SqlConnection conn;
protected void Page_Load(object sender, EventArgs e)
{
if... |
Forum: VB.NET Oct 9th, 2009 |
| Replies: 4 Views: 290 if strFile.Length <> 0
'Code
end if |
Forum: VB.NET Oct 9th, 2009 |
| Replies: 2 Views: 354 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: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 244 http://www.vbforums.com/showthread.php?p=3624924#post3624924 |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 141 http://www.dotnetspider.com/forum/225701-Recent-interview-question.aspx |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 141 I was asked Suppose there is table A in DB,Suppose when we update that table,whose are two tables(Magic tables) that are updated other than table A? |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 1 Views: 244 I want to change the value & its backcolor of cell.
On Button1_Click,I m adding records to the Gridview.
On Button3_Click,I want to chnage the value of cell & its backcolor.
Suppose two Rows &... |
Forum: MySQL Oct 6th, 2009 |
| Replies: 1 Views: 296 I was asked Suppose there is table A in DB,Suppose when we update that table,whose are two tables(Magic tables) that are updated other than table A? |
Forum: ASP.NET Oct 1st, 2009 |
| Replies: 1 Views: 286 Nobody knows the answer or nobody wants to reply????? |
Forum: ASP.NET Oct 1st, 2009 |
| Replies: 1 Views: 286 SOURCE CODE
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
<table border="1" width="100%">
<tr... |
Forum: ASP.NET Sep 29th, 2009 |
| Replies: 1 Views: 229 WEB.CONFIG FIlE
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<authentication mode ="Forms">
<forms... |
Forum: ASP.NET Sep 29th, 2009 |
| Replies: 8 Views: 404 Can u give me the idea which project to develop in ASP.Net & in Brief project details? I m newbie to ASP.net! |
Forum: ASP.NET Sep 28th, 2009 |
| Replies: 1 Views: 234 Can somebody give me the idea of Light WIndow in ASP.Net? When i click on butoon,form appears & the current form becomes Gray.How to do dat!Can somebody tell me! |
Forum: ASP.NET Sep 25th, 2009 |
| Replies: 8 Views: 404 I want to develop a project in ASP.Net. Can somebody will send me the project descriptions plz its very urgent. |
Forum: VB.NET Sep 22nd, 2009 |
| Replies: 1 Views: 236 I want to after clicking on button2,after that if i click on button1 then msg is not displayed
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As... |
Forum: C# Sep 20th, 2009 |
| Replies: 3 Views: 549 I want to convert VB.Net to C# code
VB.NET-
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
... |
Forum: ASP.NET Sep 20th, 2009 |
| Replies: 2 Views: 244 I want to develop a login page ,i want that admin username & password to be saved in asp file suppose FrmLoginDetails.asp. Username - sonia
Password - citm123
When the user logins,i want... |
Forum: ASP.NET Sep 14th, 2009 |
| Replies: 11 Views: 607 hello dnanetwork , how r u ? Have u blocked,dat nobody can send u privat message? |
Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 0 Views: 255 I have dropdown & Gridview on FrmSatelliteMain,In dropdown DataValueField uid is there,Now i want that as the user selects
the value in dropdown ,on basis of uid i will fetch the records fromm DB &... |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 5 Views: 325 |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 5 Views: 325 But i m newbie to ASP,dats y doubt is there!! |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 5 Views: 325 I have made connection in web.config file,Its working ,I want to just confirmed dat Whether i m doing it in right way or not!
Web.Config File-
<configuration>
<appSettings/>... |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 7 Views: 729 Hello sknake sir I didnt get ur code..Can u tell me is it necesarry or not to have handler.aspx ...to get the image from DB..See in mine code below-???
hello mohan sir , I m saving the multiple... |
Forum: VB.NET Aug 27th, 2009 |
| Replies: 2 Views: 732 Below code is opening Folder Browser dialog on button click, I want that if mine PC is in network..In Folder Browser Dialog even the network drives are coming,I want that Network Places do not come... |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 4 Views: 424 I have earlier SQL 2005 Express Edition install..I remove it from control panel.But its not completely remove,can somebody tell me how to completely remove it. Cz now I m using SQL Server 2000 ,even... |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 4 Views: 424 I have earlier SQL 2005 Express Edition install..I remove it from control panel.But its not completely remove,can somebody tell me how to completely remove it. Cz now I m using SQL Server 2000 ,even... |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 559 have u any textboxes of such names in ur design view or not??????? |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 559 just remove the txtName.Text & type it again..Dont cut & paste it again... |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 559 ks so simple it is..I m showing u the code dat add data to SQL database but from textbox,U just change dropdown here..
using System;
using System.Data;
using System.Configuration;
using... |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 2 Views: 298 Just copy & run the code..But its in VB.net..U want this??
Option Strict On
Option Explicit On
Option Compare Text
Public Class Form1 |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 559 hi frnd , can u plz explain ur question more clearly...or send me ur question on mine id <EMAIL SNIPPED> |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 4 Views: 424 I have currently two forms in mine website..I m also posting their codes--
FrmRegistration.aspx
public partial class FrmRegistration : System.Web.UI.Page
{
SqlConnection conn = new... |
Forum: ASP.NET Aug 16th, 2009 |
| Replies: 0 Views: 290 I used the GridView1_RowDeleting Event to delete from the gridview .
use sonia
select * from Info1
drop table Info1
create table Info1(UID integer,FirstName Varchar(100),LastName... |
Forum: ASP.NET Aug 13th, 2009 |
| Replies: 1 Views: 925 I bound the Gridview to the database,Now I want that in each row edit link is there,When i click on dat,then the data of data row comes to edit mode...
SOURCE TAB
<asp:GridView... |
Forum: VB.NET Aug 6th, 2009 |
| Replies: 4 Views: 468 hi sknake,below is the C# code
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using... |
Forum: VB.NET Aug 5th, 2009 |
| Replies: 4 Views: 468 Suppose I have two exes WindowsApplication1.exe WindowsApplication2.exe..On the form load of WindowsApplication2.exe,I m calling WindowsApplication1.exe & sending the command line arguements..I... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 6 Views: 897 THX BOTH OF U
Working Code
protected void Page_Load(object sender, EventArgs e)
{
try
{
if (!IsPostBack)
{
... |