| Thread | Last Post | Replies |
|
| Menu control with Target MultiView Control? | 20 Aug 2007 14:28 GMT | 1 |
I have a Menu control that currently changes the view on a MultiView. Works, but I was wondering if there is any way to load separate pages in each view via Menu? Ex:
|
| Tree Node Problem | 20 Aug 2007 14:26 GMT | 2 |
When I click on the Root it appears to double all of the nodes. Is there something in properities to turn this off? Thanks!
|
| Strange Errors...Don't Understand | 20 Aug 2007 13:54 GMT | 2 |
I recently implemented error processing on my .net website, where I send myself an email from global.asax on an application error. In the last two days I have gotten a "The file '/detail.aspx' does not exits" type error--with two different file names. In both cases, I searched ...
|
| Multi column header gridview | ASP.Net 2.0 | 20 Aug 2007 12:50 GMT | 4 |
I want to display data in on my web page, in gridview in this format: Group A Group B A1 A2 B1 B2 Test 1 1 2 1 2
|
| ASPNet HyperLink NavigateUrl foreign language characters question | 20 Aug 2007 12:36 GMT | 1 |
My ASPNet HyperLink NavigateUrl is like http://192.168.0.1/OtherFolder/§ÚªºÀÉ®×§¨/myfile, the OtherFolder is another folder rather than the ASPNet application's default folder in the IIS. However, since there're some none English characters in the NavigateUrl, the characters ...
|
| GridView event firing twice | 20 Aug 2007 11:22 GMT | 2 |
A common question, but I haven't found an answer on the net yet, so maybe someone from the group can give me some pointers. I have a webform with a gridview control that has a ButtonField column (button is an icon). When the icon is clicked, the OnRowCommand is
|
| Eval in ItemTemplate | 20 Aug 2007 09:40 GMT | 1 |
Hi, misters, I'll try put an attribute runat="server" to TR in ItemTemplate of DAtalist: ... <ItemTemplate>
|
| Validate over several Web User Controls | 20 Aug 2007 09:01 GMT | 2 |
This is a scenerio for my problem, I have one aspx page with several instances of the same Web User Control (ascx files). I have for example the Web User Control that has a textbox that
|
| Navigation menu with repeater control | 20 Aug 2007 08:58 GMT | 1 |
sorry for my english. I want to build a navigation menu with the repeat control, the items of menu are in a table of database. All items of the menu have class="MenuLink", but the item of the menu of
|
| The server tag is not well formed | 20 Aug 2007 08:14 GMT | 3 |
Hi,misters I'll try put an attribute runat="server" to TR in ItemTemplate of DAtalist ... <ItemTemplate>
|
| Bookmarking in Mobile | 20 Aug 2007 07:44 GMT | 1 |
When I configure an ASPX Mobile website and I set cookieless Sessions, it results in that key being inserted and passed around from page to page in the URL. This is fine except for one thing: It seems to mean that people cannot bookmark pages because the key field in the URL will ...
|
| ASPNet HyperLink NavigateUrl question | 20 Aug 2007 07:19 GMT | 6 |
In my ASPNet 2.0 C# web form, there's a <asp:HyperLink ID="HyperLinkA" ... NavigateUrl="http://MyIP/MyFolder/MySubFolder"> TestLink </asp:HyperLink> My question is how to config the NavigateUrl as the combination of 2 strings
|
| best way to do a concurrent installation | 20 Aug 2007 06:24 GMT | 8 |
i've got an app that needs to install a named instance of SQL Express. VS 2005 allows me to specify required components for my setup project, but named instances of SQL Express isn't supported. so, my main setup MSI needs to execute the SQL Express MSI (a concurrent installation) ...
|
| Non "mobile" controls on Mobile ASPX | 20 Aug 2007 05:49 GMT | 3 |
Hi. I have Mobile site that I'm building. My problem is that all of my pages are built as Mobile ASPX pages, but occasionally, I need to use controls which are not mobile. Most specifically, the "FileUpload" control. Now, most phones don't support this feature, but some do and ...
|
| GridView and html | 20 Aug 2007 05:16 GMT | 2 |
i have i the db html data like : <sapn color="#aabbcc">aaa</span> when i see it in the GridView ->html source, isee it like <span color=.................
|