In a table how to check only primary key fields are there or not Please help me. Thanks in Advance, Pothirajan C
Pothirajan C
Posts
-
primary key fields -
Executing a queryI have the following query statement in RichTextBox control While executing i am reading the text from the Richtextbox and passing it to SqlDataAdapter object. But it is telling me that incorrect syntax near 'GO' statement MyQuery: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[sp_createAddEditscript]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[sp_createAddEditscript] GO MyCode: try { SqlConnection con = new SqlConnection(conStr); SqlDataAdapter da = new SqlDataAdapter(this.richTextBox1.Text.ToString(), con); DataSet ds = new DataSet(); da.Fill(ds); //this.dataGrid1.DataSource = ds.Tables[0]; } catch (SqlException e1) { MessageBox.Show(e1.Message); } Please help me Thanks in Advance, Pothirajan C
-
editing a row in Gridview in ASP.NET 2.0How can I do editing a particular row in a Gridview control without postback Thanks in Advance, Pothirajan C
-
Gridview control with scrollbarCould any one give me some idea on how to give the scrolling for a gridview or Datagrid control in ASP.NET? Thanks in Advance, Pothirajan C
-
Server control value is not changing in clientsideI have one server control in my ASPX page. I am changing the value of this text box in Javascript. But when the page is posted back it is not taking the values which I assigned in the client side code. Could anybody help me on this. Thanks in Advance, Pothiraj Hard work never fails
-
Hardware programming helpWe have a CAD product which actually drives a HP designjet 430 36inches printer.We will draw some objects and we will create HPG files and will give that to HP designjet 430 printer.But plotout is coming upto 52 inches. An object which is more than 52 inches length it is not drawing completely. Could any one of you tell me what could be the reason for this. Please help me, because it is very urgent. regards, Pothirajan C
-
Access specifierDo any one know what is the meaning of declaring a class with public access specifier?
-
WebPage in GoogleI want my web site to appear in top 10 google pages when it is being searched with some keywords.