OK..
I'm trying to figure out which control causes the postback, in other words i have a calendar control and a button on a webform, both controls automatically cause a postback to occur, what i...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20351311.html
Zones:
.NETDate Answered: 06/05/2003 Grade: B Views: 4
I asked a similar question before and decided to use a DataGrid to get around my problem, but have come back to needing (i believe anyway) to us the <asp:Table>. The problem is that when the page ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20664401.html
Zones:
.NETDate Answered: 07/08/2003 Grade: A Views: 0
I wrote a calendar control that reads an XML event file associated with specified dates and times. I used a label to display events on the same page when user clicks on a selected date. Everything ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20692778.htm...
Zones:
ASPDate Answered: 08/04/2003 Grade: A Views: 0
Ok,
I have a form that collects user info. I then put the user info into context.items. I then execute a server.transfer to get to the results page.
On the initial page load, the page reads the...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20709088.html
Zones:
.NETDate Answered: 08/14/2003 Grade: B Views: 4
OK, here goes. I have a form with multiply buttons on it. This form gathers a bunch of data from my SQL server and displays it. When a user presses a specific button, they update the data on the...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20748853.html
Zones:
C#Date Answered: 09/26/2003 Grade: A Views: 0
I have the following situation:
on a web page i have a datagrid and two buttons prev and next for navigation, for every button action i load a set of data on the datagrid . The datagrid consists...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20859186.html
Zones:
.NETDate Answered: 01/22/2004 Grade: B Views: 0
Lanuage: C#
App Type: Web
I want to change the postback property of a selection list so that events are not cached but rather cause a postback. I know this property exists but how do I acomplis...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20881313.html
Zones:
.NETDate Answered: 02/11/2004 Grade: A Views: 6
We are in need of a way to effectively disable the back button except in extreme circumstances. We want to prevent people from accidentally using the back function, by toolbar, keyboard, etc...
...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20917099.html
I open a popup window using Server-Generated Client Script
The popup window shows a datragrid with a list of values to select.
For example: Business Codes, Departments etcetera.
Once a Selec...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21028706.html
i have a page that i am using for the user to sign into the site, what i want to do is after they have signed in, it will redirect them back to the page they just came from. The problem i get the ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21099293.html