edit template to edit record with null field
Mon, 29 Oct 2007 17:28:56 +0800
i am new to asp.net
i find when using edit template to edit record with "null field", it fail
it is ok when the record has no null data field.
how should i do? Thanks
tony
...
|
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable.
Wed, 24 Oct 2007 19:37:59 -0700
Unable to start TSQL Debugging. Could not attach to SQL Server Process on
'srvname'. The RPC server is unavailable.
I get this error when I try to run a SQL Server Project with a CLR stored
Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I
simply create a new SQL Server Project which ...
|
sending an html email doesnt convert to html.
Wed, 24 Oct 2007 11:03:00 -0700
I'm trying to send an html email generated from text but when my email comes
through I can see all of the html tags. The email is not being converted to
html but coming through as plain text. Here is the text I'm trying to send
with the code that sends it
email that should go out as html
<html>
<head>
...
|
Hiding grid columns based on some value in row
Wed, 24 Oct 2007 10:41:34 -0400
I have a grid that has icons for 2 buttons edit and delete on each row. I
would like to make the buttons invisible if the dateoccured in the record in
the row is older than this week. How do I do that?
Bill
...
|
DataView Borders
Sun, 21 Oct 2007 00:00:55 +0200
How is the border of the default dataview changed, or removed?
The default dataview seems to have light gray left and top border with a
darker gray right and bottom - even thought the borderstyle property is set
to Not set, the default setting?
It seems to be that if I set the borderstyle property none, th ...
|
GridView - Hyperlink
Fri, 19 Oct 2007 18:53:12 +0200
The text below is a GridView I am trying to use to display some data from a
database. I am using one templatefield of grid because I want the contents
of the record fields to appear on three different lines.
Everything works except I now want to add an image with which acts as a
hyperlink to another page. ...
|
Re: The properties web controls
Thu, 18 Oct 2007 23:44:39 -0700
Hi Joennacha,
Why u want 2 do like this??
You can do it directly.. like if you want to set the visible property of
textbox to false, then you can just write,
TextBox1.Visible = False
I hope i have undestood your problem, if not then provide your code
example for better explanation..
Regards,
Mansi ...
|
|
|
boÅ?ver
Wed, 17 Oct 2007 17:04:02 -0700
gggggggg ...
|
Editing/Deleting/Inserting Records using ASPxGridView
Wed, 17 Oct 2007 04:56:53 -0500
I'm using Visual Studio 2005 and SQL Server 2005, and I've created an
AJAXenabled ASPx.Net Website. In one of my SQL Server tables, I have Social
Security Number as my PrimaryKey, and I'm using this field as a Seach
parameter in my WebForm. My question is this ... Is it necessary to display
the PrimaryKey ...
|
Why Does This Not Work?
Wed, 10 Oct 2007 20:27:17 +0200
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Dim sSQL As String = "SELECT * FROM tPlayers"
Dim myAdapter As OleDbDataAdapter = New
OleDbDataAdapter(sSQL,myConnection)
Dim MyDataSet As New DataSet
myAdapter.Fill(MyDataSet)
GridView1.DataSource ...
|