Hello:
I have an issue where I need to pull data from a table in SQL Server. Simply put, I want to pull ALL the data from ONE record and be able to use it throughout the site. (The specific appl...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23035888.htm...
I have three gridviews, one child of each, ie. GV1 -> GV2 -> GV3.
There is a Formview tied to each one to add a record, ie FV1 feeds GV1, and so forth.
When I select a row in GV1, GV2 and FV2...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23052468.html
I store the path to an image file in my tblInstructors. When I want to edit instructors I use a detailsview. I can update any info but I would really like to update the image path as well.
In ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23087860.html
I am at the point in my ASP.Net development experience where I think I need a code generator for database CRUD. First, are these generators valuable? Is the generated code easy to manipulate?
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23186625.html
Hello All,
I am trying to access the value of a dropdown list that is in my .master page from a function.
I've found some instruction which gets me close (I hope). The only piece that give...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23214634.html
I have an ASP.Net 2.0 page written with VB.Net that contains ASP.Net and HTML controls. Whenever I do a postback I cannot get any values for the HTML controls using Request.Form or Request.QueryStr...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23216925.html
Hi All,
Using Access and VB, I have a datalist that shows the lines of a purchase order. With each line I have a gridview that shows all work orders that are attached to that POLineID. I have ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23217211.html
I have a class, that saves a file in C:\.
What I want is instead of a hard coded path, I would like a dialog box to be opened and the user could save the file were he wants,
could anybody sho...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23233678.html
Hi,
I'm using the Roles and membership features of ASP.Net 2.0. I use the LoginView and there is an auto logout link. When i click the logout, I am logged out. I am, however, wonedering if I ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23257089.html
i am using visual web developer 2008 under winxp home.
I am learning to use asp.net2.0 with vb code. First i want to use a gridview to fill with data which i can do. Then i convert a datafield i...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23259043.html