Hi, I have a gridview with a buttonfield, and when that buttonfield is clicked, I want a window to pop-up and ask the user some questions. The problem is that the questions would depend on the rec...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22935567.html
ok so I managed to get current date, and the current logged in users UserID via tutorial from 4 guys from rolla using their skmparameters code.
see http://aspnet.4guysfromrolla.com/demos/print...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23171983.html
I have a aspx.vb page that I have updated. I save the changes and upload them to the server but, when you browse to the corresponding aspx page that uses the aspx.vb code, the web page does not up...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23217036.html
In a bound formview. I am unable to insert into database a value selected from a drop down list. This list displays ok. Following is code for dropdown
<asp:DropDownList ID="Security_LevelTextBox" ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23265057.html
How do i bind a DetailsView to a Business Object's sub object's properties? I'm not sure that question means much yet so let me explain:
I have a "Customer" object which contains properties etc ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23326196.html
hi,
I just want to be able to use xpath instead of load all the file.
Dim ds As DataSet = New DataSet()
Dim dv As DataView
ds.ReadXml("xxx.xml")
dv = ds.Tabl...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23465782.html
Hi,
I have this in my articles.ascx.vb - calling from xml file.
Partial Class articleDefault
Inherits System.Web.UI.UserControl
Public Function getArticleAuthor() As String
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23491793.htm...
Hello all,
I'm an experienced ASP Classic developer and am trying to make the switch to .NET, so please forgive the simplicity of this question. I'm using Dreamweaver's built in insert behavior...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23547589.html
Hi experts
I have a paged GridView which I filter with TextBox and DropDownList. After submit the filtered Data I get the right filtered Datas in the GridView. But if I click now on a Row for edit...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23606696.html
Hi,
How Get Current date?
Yesterday date?
the start of current month?
one month from now?
3 months from now?
Start of current year?
(vb.net asp)
Thanks.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23729399.html