| Thread | Last Post | Replies |
|
| Book suggestion | 29 Dec 2006 23:41 GMT | 6 |
I'm looking for a good introductory book on ASP.Net for teaching undergraduates who know VB.Net but are not programmers as such. Last year I used "Programming ASP.Net" - second edition, by Jesse Liberty and Dan Hurwitz. This was an excellent book for my purpose but now the
|
| Databind checkbox | 29 Dec 2006 23:31 GMT | 1 |
When I try to use the DataBindings property in the properties window for a web form checkbox, it changes the Text property also. So, let's say I have chkbxMycheckBox with the text property set to "My CheckBox's Text"
|
| Can you store datasets in the viewstate? Should we? | 29 Dec 2006 23:10 GMT | 13 |
When I write scripts for deleting records in databases, I tend to do it in this fashion: - delete link passes ID to a delete.aspx page - delete.aspx page queries db using that ID to retrieve the file
|
| DateDiff | 29 Dec 2006 22:27 GMT | 1 |
I have 2 variables - 'dt1' & 'dt2' - of type DateTime. Assume that one of the values of 'dt1' (which is being retrieved from a DB table) is 27/12/2006 6:54:27 AM & the value of 'dt2' is the current date & time, say, 30/12/2006 3:09:22 PM.
|
| Microsoft SQL Server Error 5123 | 29 Dec 2006 20:46 GMT | 2 |
I have VStudio2005, SQLServer 2005 dev edition loaded on a windowsXP Pro machine. I installed it ok. I just attempted to load the Personal Web Site Starter Kit (I downloaded off Microsoft's site) to use with VStudio 2005 --
|
| Reset Password. Please, need Help. Thank You. | 29 Dec 2006 20:14 GMT | 4 |
I placed a textbox in a web page where I ask the user for its email. Now I need to reset its password and get the user profile for the given email if it exists. How can I do this?
|
| System.Net.Mail | 29 Dec 2006 20:03 GMT | 3 |
I need to send the email with an email address that is not in my domain, but it will not do that. Can this be done
|
| Print Crystal Report in asp.net | 29 Dec 2006 19:15 GMT | 3 |
Hii.. i am printing crystal reports in asp.net for that purpose i am using PrintTo Printer method but for that it is needed me to pass printer name which is installed on my local computer but when i upload it on
|
| Event firing twice | 29 Dec 2006 18:32 GMT | 2 |
I have loop that builds table rows, it also attaches events, this works fine on all but the last row, where the event fires twice I have autowireup set to false any ideas?
|
| Validation Expression | 29 Dec 2006 16:54 GMT | 2 |
Hi I am writing a validation expression for the followings 1)EPF/chp15_v3.htm#p33 or 2)EPF/chp15_v3.htm
|
| newbie hyperlink question | 29 Dec 2006 16:36 GMT | 4 |
Just playing around using the QuickStart site. I placed this code in my code behind: Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) ' Set hyperlink to "~", which indicates application root.
|
| Loading Databound Controls with visible = False | 29 Dec 2006 15:48 GMT | 2 |
Does a control such as a gridview or datalist still load with data when it is bound to a dataset but the visibility is = False?? I have a datalist and a gridview with datasources set at design time. The visible property is set to False at design time as well. When the
|
| How do I inherit controls? | 29 Dec 2006 15:45 GMT | 3 |
Sorry for posting another question, but I can't seem to get the hang of ASP.Net. In windows apps if I want to extend a control I would just create a class that inherits from that control and do add/overload/override the necessary properties and methods. This
|
| code error after update vs.net 2003 to vs.net 2005 | 29 Dec 2006 14:54 GMT | 2 |
In vs.net2003£¬there is a code like this admin_left.aspx <%if(CanSee(1,14)) {
|
| Newbie question passing query from a user control to aspx page | 29 Dec 2006 11:21 GMT | 6 |
I have a home page with a user control that allows you to do enter certain parameters and submit them for a search using a stored proc, however there is no room for me to display a datagrid with results on the home page so I have built a page that has the same search with
|