| Thread | Last Post | Replies |
|
| Confirm Delete in DataGrid | 30 Apr 2005 19:51 GMT | 1 |
I found an example (below) in www.codeproject.com showing how to enable DataGrid's delete buttons with confirmation. However, the example didn't explain why the complicated if-condition is the way it is. I tried just having the one line of code that adds confirmation script
|
| Short-cut to New chromeless aspx page ? | 30 Apr 2005 12:41 GMT | 1 |
I want to add a short-cut to a windows app similar to launching from a windows run line a New window, to prevent changing an existing browser window from moving off a current logged in session to another web application.
|
| How to render script code at the end of Page? | 30 Apr 2005 12:40 GMT | 1 |
How can a custom control render script at the end of page source? Through render function inherited from WebControl,I can only render script just above before or under my custom control,but cannot locate script under all controls in the page.
|
| Formatting in ASP.NET 2.0 Menu Control | 29 Apr 2005 18:24 GMT | 1 |
I am having trouble figuring out what properties of the Menu control to set in order to have a menu which looks like the one at my company's current site, www.bridgespangroup.org. The menu is rather straight forward but I cannot get things such as text alignment or alignment of ...
|
| How to use Microsoft Rich TextBox control 6? | 29 Apr 2005 16:16 GMT | 3 |
I have a project which is to display RTF content on web pages. I add the Microsoft Rich TextBox control to ASP.NET page, and it works in some computers. However, in other computer, it only shows the icon. Is there anyone know how to use Microsoft Rich TextBox on ASP.NET pages? ...
|
| Comma appended to textboxes when retrieving value! | 29 Apr 2005 15:14 GMT | 1 |
I'm retrieving values from the textboxes that I created dynamically. However I get commas appended to my text values and just a comma wherever the textbox is empty. Dont know what is causing this. Any suggestions please?
|
| Converting XMLDocument To String | 29 Apr 2005 15:10 GMT | 1 |
Is there any way to convert the xmlDocument object to an XML String. Thanks in advance. Regards, Vishesh.
|
| Rollover from Image Ready | 29 Apr 2005 06:54 GMT | 1 |
How can I take a rollover button that I made in Adobe Image ready, in put it in ASP.net, and get it to work. Or how can I do the same effect in asp.net Thanks! Rudy
|
| how to use winform in IE | 29 Apr 2005 03:10 GMT | 2 |
hi,all i want to use a winform control in IE,just like ActiveX how to realize? Thanks jecky
|
| How do you display and process confirmation dialog? | 29 Apr 2005 00:24 GMT | 5 |
What is the common way in ASP.NET C# to pop up a confirmation dialog box? E.g. Are you sure you want to delete this item? Yes No
|
| How do I transfer a value from a Querystring (codebehind) to a JavaScript function? | 28 Apr 2005 14:37 GMT | 5 |
I'm a little baffled on how I transfer a value from a Querystring in code behind and then transfer it to a javascript function. Any help is appreciated.
|
| Any Descent Gantt Chart ASP.NET Webform Components? | 28 Apr 2005 02:15 GMT | 3 |
I can't seem to find any kind of ASP web charting component that will produce a descent Gantt chart that is capable of showing the percent complete status of each task. I've looked at ChartFX, iLOG, Nevron, and many others, but I don't
|
| TabStrip sample displays text only | 27 Apr 2005 11:52 GMT | 2 |
I downloaded the Webcontrols for IE sample from the Microsoft site including the tabstrip. When I try to run the sample, it just displays text. Home About us Products Support Contact us There are no tabs. Am I missing something?
|
| Textbox error | 27 Apr 2005 11:30 GMT | 1 |
I am getting the following error when i place "<a>" text in a text box and submits the value.. "A potentially dangerous Request.Form value was detected from" Thanks and Regards,
|
| Treeview IE Web Control and Mac | 27 Apr 2005 09:24 GMT | 2 |
I have a website that must make it compatible with Mac. One of the biggest chalenges I m facing is the treeview control. It's not working properly at all. Note that on Mac , I m browsing with Internet Explorer.
|