Forum: ASP.NET Oct 23rd, 2009 |
| Replies: 1 Views: 395 <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: 201 protected void btnLogin_Click(object sender, EventArgs e)
{
try
{
SqlConnection conn = new... |
Forum: ASP.NET Oct 16th, 2009 |
| Replies: 1 Views: 234 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: 317 public partial class FrmOnline : System.Web.UI.Page
{
string Query;
SqlCommand cmd;
SqlConnection conn;
protected void Page_Load(object sender, EventArgs e)
{
if... |
Forum: ASP.NET Oct 1st, 2009 |
| Replies: 1 Views: 311 Nobody knows the answer or nobody wants to reply????? |
Forum: ASP.NET Oct 1st, 2009 |
| Replies: 1 Views: 311 SOURCE CODE
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
<table border="1" width="100%">
<tr... |
Forum: ASP.NET Sep 29th, 2009 |
| Replies: 1 Views: 238 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: 416 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: 247 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: 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 20th, 2009 |
| Replies: 2 Views: 250 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: 628 hello dnanetwork , how r u ? Have u blocked,dat nobody can send u privat message? |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 5 Views: 332 |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 5 Views: 332 But i m newbie to ASP,dats y doubt is there!! |
Forum: ASP.NET Aug 30th, 2009 |
| Replies: 5 Views: 332 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: 793 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: ASP.NET Aug 26th, 2009 |
| Replies: 4 Views: 430 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: 430 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: 580 have u any textboxes of such names in ur design view or not??????? |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 580 just remove the txtName.Text & type it again..Dont cut & paste it again... |
Forum: ASP.NET Aug 23rd, 2009 |
| Replies: 14 Views: 580 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: 303 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: 580 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: 430 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: 298 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: 1,039 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: ASP.NET Jul 30th, 2009 |
| Replies: 5 Views: 418 hi frnd tell me one thing,there is no update panel in the toolbox..R u using AJAX toolkit.....?I dont want to use AJAX framework,...In PHP we have div tag,thru which we can refresh only the part of... |
Forum: ASP.NET Jul 30th, 2009 |
| Replies: 5 Views: 418 hi frnd tell me one thing,there is no update panel in the toolbox..R u using AJAX toolkit.....?I dont want to use AJAX framework,...In PHP we have div tag,thru which we can refresh only the part of... |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 5 Views: 418 hello frnds,I want to prevent the page from refreshing...I want that only some portion of page is refreshed..not full page,,Is it possible?? Which control i use for dat..I want just the hints..not... |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 3 Views: 459 Its not working,I have written alert in JS function,but that alert is also not popping up.means JS function is not called...
protected void Page_Load(object sender, EventArgs e)
{
... |
Forum: ASP.NET Jul 28th, 2009 |
| Replies: 3 Views: 459 I want that when i check or uncheck the checkbox state,accordingly in label text is changed.
If i check the checkbox,then in label text is checked else unchecked.
protected void... |
Forum: ASP.NET Jul 22nd, 2009 |
| Replies: 1 Views: 245 Default1.aspx
protected void Button1_Click1(object sender, EventArgs e)
{
Session["name"] = TextBox1.Text;
Response.Redirect("Default2.aspx");
} |
Forum: ASP.NET Jul 21st, 2009 |
| Replies: 7 Views: 699 hey tell me one thing,when we need to use profile object......I thk so its hardly use,cz we have session to pass data between pages.... |
Forum: ASP.NET Jul 19th, 2009 |
| Replies: 7 Views: 699 Suppose I havv two forms Default3.aspx & Default4.aspx,I m passing the values from Default3.aspx to Default4.aspx-
First method-
Passing values using Query String Method-
Default3.aspx
... |
Forum: ASP.NET Jul 19th, 2009 |
| Replies: 6 Views: 1,048 <input id="Text1" type="text" language="javascript" onkeydown = "return isNumeric(event.keyCode);" onpaste = "return false;" />
<head runat="server">
<title>Untitled Page</title>
... |
Forum: ASP.NET Jul 18th, 2009 |
| Replies: 3 Views: 426 hi ramesh thx very much,its working,hi adatapost, when i didnt put the code,i got the answers put the code,when i start putting it,i got not to put it... |
Forum: ASP.NET Jul 17th, 2009 |
| Replies: 3 Views: 426 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 Jul 16th, 2009 |
| Replies: 18 Views: 678 hey frnds tell me one thing,did anybody see keyup,keydown or keypress events on textbox(server side)..Suppose we take the eg of yahoo.,In field password,there is restriction special chars are not... |
Forum: ASP.NET Jul 15th, 2009 |
| Replies: 18 Views: 678 Reply to PM dat i send u.. |
Forum: ASP.NET Jul 15th, 2009 |
| Replies: 18 Views: 678 No probs..I dont mind it.... |