473,806 Members | 2,967 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

datagrid on my asp.net platform

1 New Member
Hi All,

I hav a datagrid on my asp.net platform..But itz not loading when i execute it...(or run the program...lets say a simplest one),,,,other controls are loading perfectly.....w ritten below is d code....
A quick help will b appreciated...
thx
Shikhar

PROGRAM #####

Expand|Select|Wrap|Line Numbers
  1. using System.Data.SqlClient;
  2. public partial class _Default : System.Web.UI.Page 
  3. {
  4.     SqlDataAdapter da;
  5.    SqlConnection conn;
  6.     SqlCommand cmd;
  7.     DataSet ds = new DataSet();
  8.     protected void Page_Load(object sender, EventArgs e)
  9.     {
  10.        // conn = new SqlCommand("server=.;integrated security=yes;database=shikhar");
  11.         da = new SqlDataAdapter("select * from tr", "server=.;integrated security=yes;database=shikhar");
  12.             if (Page.IsPostBack== false)
  13.         {
  14.            fill();
  15.         }
  16.     }
  17.  
  18.     private void fill()
  19.     {
  20.     da.Fill(ds);
  21.         GridView1.DataSource=ds.Tables[0];
  22.         GridView1.DataBind();
  23.     }
  24.  
  25.     protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e)
  26.     {
  27.          String id="";
  28.         GridViewRow gr = GridView1.Rows[e.RowIndex];
  29.         id =gr.Cells[0].Text;
  30.         String del = "DELETE FROM tr WHERE id =" + id;
  31.         conn = new SqlConnection("server=.;integrated security=yes;database=shikhar");
  32.         cmd = new SqlCommand(del,conn);
  33.         conn.Open();
  34.          int r =cmd.ExecuteNonQuery();
  35.         if (r > 0)
  36.         {
  37.             fill();
  38.         }
  39.         conn.Close();
  40.     }
  41.  }
Feb 29 '08 #1
1 942
kenobewan
4,871 Recognized Expert Specialist
What happens if you just use ds as the datasource?
Mar 1 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1067
by: d_grantham | last post by:
I want to create a datagrid with a button in a cell that when clicked, it opens up a form allowing me to edit the information linked to that row in the datagrid. The datagrid is a summary of information running on Windows CE platform, so a form has to be launched that expands the information on that record. How do I do this. I cannot find any examples of how to do this anywhere. I'm use to writing in an asp.net environment and a...
2
1553
by: Dimitris Pantazopoulos | last post by:
Hello. I am trying to do the simplest of things. These are exactly the steps I follow: 1. create an sqlConnection to an SQL Server database. 2. create a DataSource and produce a DataSet to a single table. 3. drop a DataGrid control to a Web Form and bind it to the DataSet. 4. customize the DataGrid: 4.1 unckeck "create columns automatically..." 4.2 add 3-4 bound columns, 2 Select columns, 1 Edit Button, 1 Delete Button and 1 template...
0
270
by: d_grantham | last post by:
I want to create a datagrid with a button in a cell that when clicked, it opens up a form allowing me to edit the information linked to that row in the datagrid. The datagrid is a summary of information running on Windows CE platform, so a form has to be launched that expands the information on that record. How do I do this. I cannot find any examples of how to do this anywhere. I'm use to writing in an asp.net environment and a...
2
1494
by: Frank | last post by:
Hello, I am developing with VS.Net 2003 on the asp 1.1 platform. I am a few days new to using a datagrid. I found a nice tutorial and had no problems using an editable datagrid with textboxes and an additional buttoncolumn where I used a delete button to delete a specific row. Once I had finished that, I trnsformed the grid tso it will display a dropdownlist indtead of a textbox. After much grappling, I pretty much have
2
1734
by: Frank | last post by:
Hello, I am developing with VS.Net 2003 on the asp 1.1 platform. I am a few days new to using a datagrid. I found a nice tutorial and had no problems using an editable datagrid with textboxes and an additional buttoncolumn where I used a delete button to delete a specific row. Once I had finished that, I trnsformed the grid tso it will display a dropdownlist indtead of a textbox. After much grappling, I pretty much have
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10369
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10110
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4329
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3851
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.