| Thread | Last Post | Replies |
|
| Using GetPostBackClientHyperlink to raise LinkButton's OnCommand e | 19 Nov 2007 13:16 GMT | 1 |
I have a scenario whereby a LinkButton control needs to be called by a client-side HtmlAnchor element in ASP.NET 2.0. I am using the GetPostBackClientHyperlink() method to retrieve the postback JavaScript expected by the LinkButton. I wish to pass an argument to the LinkButton so ...
|
| can't select one of the item in the drop down list | 19 Nov 2007 13:03 GMT | 1 |
I have a drop down list that I manually bond the values: In my pageLoad I have this code connectionInfo = ConfigurationSettings.AppSettings["ConnectionString"];connection = new
|
| runtime error on page whenever accessed from a subdomain? | 19 Nov 2007 11:42 GMT | 9 |
I have a default.aspx file that keeps giving me some problems. Whenever I access it from www.eternityrecords.org/inhim/default.aspx it works fine. Any time I access it through the http://inhim.eternityrecords.org domain name that is mapped to that file, I get runtime error? Any ...
|
| Problem with databinding in ITemplate class | 19 Nov 2007 11:33 GMT | 2 |
I am trying to implement a simple template control (to be used as TemplateItem etc. in GridView). Does someone see why my code fails? I give up for now and try a different approach (http:// www.developerfusion.co.uk/show/4721).
|
| Waiting Message | 19 Nov 2007 11:29 GMT | 1 |
I have two pages : Page1 and Page2. On page1, I have a Response.Redirect("Page2?id=test"). On Page2, on the Page_Load event, I'm connecting to a Sql Server so it can take a while.
|
| Can I access rows & cols with a data source | 19 Nov 2007 10:19 GMT | 3 |
I'm new to ASP & the new ADO data model so please excuse the ignorance. I have created a data source by simply dragging a table onto the design view. Can I now pragmatically access columns & rows of that table via the data source or must I transfer the data into another object ...
|
| window.open() and unwanted session state (urgent) | 19 Nov 2007 09:53 GMT | 3 |
Hello Developers! A lot has been written about Java Script window.open() function and lost session state. But the most recent version of IE seems to handle it correctly.
|
| Define Control ID (TBody) | 19 Nov 2007 09:19 GMT | 3 |
I am creating a table at runtime. How can define the table's TBody ID? I need to get something as follows: <tbody id="itemContainer" runat="server"></tbody> Thanks,
|
| image scaling | 19 Nov 2007 09:08 GMT | 2 |
I need to scale an image before inserting it into a database. But I really have no idea - everything on the net that I have found so far is dealing with files that are physically stored in a folder. Does anyone of you have any sample code or links for me?
|
| Multiview and field validation | 19 Nov 2007 08:46 GMT | 3 |
Another question from a newbie.... Scenario: - I have a multiview on page "MultiView1". This contains 2 views inside it (ViewList and ViewInsert).
|
| Attributes.Add to textbox | 19 Nov 2007 07:52 GMT | 2 |
I have a datalist with a textbox control used for entering the qty for a products, when I click it I would like the qty to clear. I added the following in the ItemCreated sub of the datalist ; Dim tmpTextBox As TextBox
|
| How to make roles use domain accouunts not local | 19 Nov 2007 03:33 GMT | 1 |
I have an application that is using windows roles that was untill latly a domain contoller. since it has demoted to a memeber server only global groups work in roles, but we have used domain groups for all our authentication.
|
| Refresh button | 19 Nov 2007 01:03 GMT | 5 |
When user insert some data on page and click save button this data is inserted to database. If he clicks refresh button, the data is saved again each time when he clicks this button.
|
| WYSIWYG Textbox | 19 Nov 2007 00:48 GMT | 1 |
In ASP.NET (VS 2005), how can I show a text box with a toolbox so that the user can Bold, Italic, choose the font size and color (WYSIWYG textbox) ? Thank you.
|
| I hate IIS - "Server Application Unavailable" error message | 18 Nov 2007 23:48 GMT | 23 |
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one:
|