ASP.Net C# & MSSQL - best way 2 go
locaas
Posts
-
ATL/COM/.NET/PHP - Need Direction -
ftp - connect [modified]Hy I need to read a text file from a server.. i can connect with a ftp 2 that server - how do i do this??. Can anyone help?? - i'm using vb 6
-
datagridnumber
-
invisible..hy i habve a datagrid and i wanth to make some columns invisible and "Datagrid.Columns(2).visible = False" isn't working.. Can someone tell me why or show me another way 2 do this? i am using vs 2005 plz help 10x
-
stored procedureHello i have to put this 2 conditions: Where (id = @id) and (iStatus = 0) can someone plz tell me the corect code
-
stored procedurein a dataset i have a table adapter for the table "orders"(with 2 fields:ORDERID AND CUSTOMERID) and i whant to make the update and delete stored procedures for it..
-
stored procedureheelo can someone help me with the creation of a update sp for a table adapter?
-
application that send's a mailHello I have a web application that should send a mail with a text from a textbox :) to the adress that is in another text box. Can anyone tell me how 2 do this or send me a link to a tutorial... ? plz 10x
-
asp 2003->2005Hello Can anyone tell me the major diferences between 2003 and 2005 in ADO.NET i? where can i find a tutorial about this?
-
asp and flashHello I use vs 2005. Can anyone tell me where i can find a tutorial to do something like www.orca.com main animation(the world zone selection) ??
-
serverhello i am using vs2005 and microsoft sql server 2005. In vs->server explorel it does not show me any databases. What is the default path of the data for sql server 2005?
-
swf flash in asphello how do i play a swf file in visual studio 2005??? plz help
-
change columnsHow do i change column number 2 whit column number 3 in a data table? Can anyone write the code plz 10x
-
textbox and tablehello 1) how do i create a textbox with the position x:20 and y:150 from code. 2) is there a function to read a specific row and a column from a table example: read column 4 from row 3 10x
-
textboxhello 1) how do i create a textbox with the position x:20 and y:150 from code. 2) is there a function to read a specific row and a column from a table example: read column 4 from row 3 10x
-
textbox-tablebox.Top = 150; box.Left = 20; it dosen't work - 'System.Web.UI.WebControls.TextBox' does not contain a definition for 'Top' i'm using vs.2005 do i need to add something else?
-
textbox-tablehello 1) how do i create a textbox with the position x:20 and y:150 from code. 2) is there a function to read a specific row and a column from a table example: read column 4 from row 3 10x
-
table to label - basics(asp&c#)10x table object. but how do i create as many labels as column whit the propety label1.text equal to evry column name. ex: label1.text = the name of the first column from the table. can anyone write the code for this.
-
table to label - basics(asp&c#)1.I have a table(with 1 row) and i whant do create as many labels as columns. Each label has to have the text equal to a column name and the position: x:24 for everyone and label1 y = 60 label2 y = 120 label3 y= 180 and so on. All this has to be made throw c# code. 2. How do i put the text from a textbox in a table? PLZ HELP