| Thread | Last Post | Replies |
|
| Dllimport method calling failed in web form | 19 Jun 2008 11:04 GMT | 9 |
I have a win32dll which is a dll to send SMS. I am using Dllimport to call the methods in the dll. In Winform it works well. In Web form the method doesn't work and returns false. (I am debugging in
|
| Dynamic UC problems | 19 Jun 2008 10:19 GMT | 1 |
Further to my earlier post about using dynamic usercontrols (which I have still yet to solve), I have another problem. I am creating the UC in the page by LoadControl. The page itself has a submit button that is inside an AJAX UpdatePanel.
|
| viewing the session variables/ values? | 19 Jun 2008 09:47 GMT | 3 |
How to view the session variables/ values for a page in IE and mozila firefox? I used web developer plug-in for mozila firefox and it is showing only cookie values and information only?
|
| Conversion from type 'DBNull' to type 'String' is not valid | 19 Jun 2008 06:18 GMT | 2 |
I'm setting a databound label's backcolor and forecolor like this... <asp:Label ID="lblSampleColorScheme" runat="server" BackColor='<%# System.Drawing.Color.FromName(Eval("AttachmentEntityBackColor")) %>'
|
| Troubleshooting Personal Website Starter Kit | 19 Jun 2008 05:23 GMT | 1 |
Okay, I've spent considerable time trying to figure out why I get random problems when browsing the images in the Personal Website Starter Kit. (Note: I found a number of these sites on the Web, and all their photos browse just fine. Something is screwy even after recreating the ...
|
| Icon graphics in gridview drop-down field? | 19 Jun 2008 03:47 GMT | 5 |
I'd like to have a field in a gridview (or standalone on a webpage) that not only drops down each salespersons name but also precedes their name with a blue, red, green or orange dot icon depicting what group they belong to. Can drop-downs have such graphics as opposed to just ...
|
| Sub Routine for whole site | 19 Jun 2008 02:27 GMT | 2 |
I'm a newbie. I'm using VS2008 & VB.net I have a simple site and each page uses the same sub-routine. I copy and paste to each page and that's no big deal but that can get tiresome. I was wondering if it's possible to create a MASTER sub routine where all the
|
| Consuming ColdFusion Web Service in ASP.NET(VB) | 19 Jun 2008 02:24 GMT | 1 |
I am trying to consume web service written in ColdFusion from asp.net (VB) page. I am using ASP.Net 2.0. I have added web reference and defined instance of that web service and used one of its methods. But it gives me error :
|
| apsnet_merge woes | 19 Jun 2008 02:15 GMT | 3 |
off and on i have run into troubles with aspnet_merge. since these problems don't appear on my development machine (we don't merge until deployment) they are time-consuming and annoying. i've searched for clues here and elsewhere but haven't found much definitive
|
| loop in a SQL stored procedure | 18 Jun 2008 23:35 GMT | 16 |
I need to loop in a stored procedure for the variable @hdnIncomeIDNO1 and @IncomeType_CODE11 to @hdnIncomeIDNO10 and @IncomeType_CODE10 Instead of writing the upadate statement 10 time(as I did below), Is there any way where I can loop the @hdnIncomeIDNO
|
| TextBox TextChanged property | 18 Jun 2008 23:08 GMT | 9 |
I have an asp.net page that contains a FormView with several controls bound to a SqlDataSource. One of the controls is a TextBox bound to a date column. I have the following additional properties on the TextBox: OnTextChanged="txtDestroyed_TextChanged" AutoPostBack="true"
|
| How check text value of ASP.NET label using Javascript | 18 Jun 2008 22:15 GMT | 8 |
I have an asp.net label on my webform. (The webform is based on a master page.) Using javascript how do I check the text value of the ASP.NET label? The label is called lblCar.
|
| vb.net to c# | 18 Jun 2008 22:02 GMT | 5 |
is there any familiar trusted way to convert a web site from vb.net to c# ? thanks in advance.
|
| Yow to Generate Unique Control ID? | 18 Jun 2008 21:34 GMT | 2 |
I am dynamically inserting multiple instances of a custom Web server control into a page. After inserting the control, I use FindControl() to locate the just-inserted control, then set some properties on the control. In order for this to work, the custom Web server control that ...
|
| Is there any way to affect gridview row appearance based on contents? | 18 Jun 2008 21:17 GMT | 1 |
I have a gridview with a button that should only appear if the database routine it is based on returns a value of 'True' for the database field "ReservationsExist". So I tried putting in the following:
|