| Thread | Last Post | Replies |
|
| How Can I read the Binary data from Database | 25 Dec 2007 14:43 GMT | 1 |
I have probelm that I hung with for three weeks, My problem is I want to read Binary data from database. I will told you what I did : first I declear an array byte and I cast the value in the database to byte after that I use memory stream then I read the value by using method
|
| Zip an entire directory tree | 25 Dec 2007 14:42 GMT | 1 |
Is there a way to programmatically zip an entire directory (and maintain all sub-directories and files) using Visual Studio.NET 2008 in VB? *Preferably using SharpZipLibrary or the .NET Framework itself; No
|
| PUTTING THE ASPS INTO THE TRANLOADAS | 24 Dec 2007 15:18 GMT | 3 |
HELLO I AM WONDERING IF ANYONE CAN HELP ME PUT THE ASPS IN THE TRANLOADAS I AM NOT VERY FAMILIAR WITH THIS METHOD PLEASE SOMEONE HELP ME THANK YOU~~~~~~~~!!!!!!!!!!!!!!!!!!
|
| Session_start event does not get fired | 24 Dec 2007 15:13 GMT | 1 |
I have a web application which runs fine on our production server. But now when I install abother production server, it gets "System.NullReferenceException: Object reference not set to an instance of an object". It is because the session variable does not
|
| WebDAV Request Question | 24 Dec 2007 04:33 GMT | 2 |
Can anyone point me in the right direction of what the WebDAV request looks like when you "read" a file out of IIS? For example, when the Visual Studio edits a live web site, it brings back an .aspx page for edit without processing it. I am looking for that request that will
|
| invalid Email error for myname@cfl.rr.com address | 23 Dec 2007 23:13 GMT | 1 |
I have code written to update the users email address... Dim u As MembershipUser u = Membership.GetUser u.Email = Me.txtEmail.Text
|
| Dynamically generating CSS classes | 23 Dec 2007 17:25 GMT | 2 |
There are many situations in which we want to assign certain styles with multiple CSS properties to a control, quite often the same ones for multiple controls. Sometimes these styles must be dynamically generated just like the other parts of the control. Because of the need to ...
|
| where to find IIS ASP.NET config aplet in Vista ? | 23 Dec 2007 12:31 GMT | 1 |
If i open Computer Management on Vista (business) i can not find the IIS MMC in the tree. How do i configure ASP.NET in Vista then ? What windows features do i need to install /configure ?
|
| How to programmaticaly change the web.config? | 23 Dec 2007 10:35 GMT | 3 |
Hello group.. Is there a way to change web.config entries at runtime? I haven't found a class for that. I have around 20 entries in the web.config, and I want a add a
|
| Delete effect | 23 Dec 2007 10:20 GMT | 1 |
Is there any way to handle a fade effect like script.aculo.us but on the server side?. I mean a call a fade effect and i want to know when it finished to raise another server method?
|
| Access to App_Data Folder | 23 Dec 2007 08:45 GMT | 3 |
I want to write files to the directory /App_Data/XML/ on my web hosting server but get access denied. What user am I supposed to give access rights to ? My Membership stuff is all done via a custom Membership provider which all works OK.
|
| why do i have to click two times on the button? | 23 Dec 2007 05:43 GMT | 5 |
I want to insert values from a dropdownlist and textbox into a table. The textbox may be visible only if the selectedvalue of the ddl is "2". My problem is that i need to click two times on the button before the values are inserted in the table. I put a response.write to check the ...
|
| Ajax Rating control CurrentRating as double | 23 Dec 2007 04:21 GMT | 1 |
I want the CurrentRating to be a double instead of an int. I made the changes in the code but now the stars always fill with 1 more then it should if the CurrentRating has a decimal value. I tried to change the RenderContents method too:
|
| Error in dataTable with Oracle | 23 Dec 2007 04:03 GMT | 1 |
I have this SQL SELECT name FROM table WHERE name = @parameter And this methods make in Visual Studio getData(@parameter){
|
| issue when populating data in textbox on dropdownlist box selection | 23 Dec 2007 03:55 GMT | 1 |
i have a webpage on which first thing i am adding record using textboxadd and buttonadd. ------ this works fine
|