all groups > asp.net > march 2008 > threads for sunday march 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
build fails with asp button on page with click event
Posted by Keith G Hicks at 3/30/2008 6:04:05 PM
asp.net 2.0
I have a lot of pages in my current app with server buttons that run just
fine. But I added an asp button to the page I'm currently working on, double
clicked it to set up the code for the click event. That's it. No code in the
handler yet, just set it up. Build fails. No error mes... more >>
Modifying Data in a GridView Web Server Control
Posted by GaryDean at 3/30/2008 5:52:31 PM
The title of this post is the subject of an MSDN article at:
http://msdn2.microsoft.com/en-us/library/c4245bb4(VS.80).aspx
The article describes generating a sqldatasource that has select, update,
delete, and insert statments and basically accomplishing maintenance through
a datagrid with no... more >>
Session State Loss in mismatched web site Instance ID
Posted by Martin Kulov [MVP] at 3/30/2008 4:32:30 PM
Hi,
I am wondering if this problem is still valid for ASP.NET 2.0.
"To maintain session state across different Web servers in the Web farm, the
application path of the Web site (for example, \LM\W3SVC\2) in the Microsoft
Internet Information Services (IIS) metabase must be the same for all... more >>
how do I call a code-behind procedure from javascript?
Posted by Keith G Hicks at 3/30/2008 2:39:27 PM
I'm working on an asp.net 2 app.
I had a page with an input button on it as shown here:
<input id="btnPost" type="button" value="Post" style="width: 66px" />
I need that button to run some code behind code that will update some data
in the associated sql 2005 dababase. I know how to write ... more >>
Working with controls inside a repeater
Posted by Øyvind Isaksen at 3/30/2008 10:53:14 AM
I need to know how to handle controls inside a repeater, how to send and
recieve data from another page to one spesific control inside a repeater.
Clue:
I have a repeater that dynamicly lists out different kind of webcontrols
(based on some criterias). Each textboxes inside the repeater need... more >>
Hi
Posted by Ahmd at 3/30/2008 1:44:03 AM
Dear All
Pls help me,
I am basically a windows devloper, planning to do my first web
application. for the Login page== other than checking user name and
password from the database, what else i have to do for security or
something?
Thanking you in advance.
... more >>
|