| Thread | Last Post | Replies |
|
| ObjectDataSource to DataTable or DataSet | 08 Dec 2006 10:32 GMT | 1 |
Hello :-) First thanks to all for help. As I wrote in one of my topics I newbie in ASP and probably have simple questions that are hard to me :-(
|
| reference to system.web.ui.page | 08 Dec 2006 06:59 GMT | 9 |
I have a .cs code file in the App_Code directory. Now how do I get a reference to the System.Web.UI.Page object? I can get references to Request, Response and Server through HttpContext.Current, but dont know how to get Page.
|
| Get Current Full App Path? | 08 Dec 2006 05:56 GMT | 1 |
With Framework 2.0, what is the best way to get the current full URI of the web application? For example, if a user goes to http://mysite.com/place/subdir and the virtrual directory (web app) is /place
|
| Re-configure the /BIN directory | 08 Dec 2006 04:45 GMT | 3 |
hi, In my Virtual Directory, I have Website1 folder and Website2 folder and etc… In Website1 folder, I have a BIN folder and same in Website2. If I move the BIN folder to underneath the Virtual Directory, the apps seems to works. If I
|
| Any ASP.NET Ribbon controls? | 08 Dec 2006 04:39 GMT | 2 |
Does anybody see the ASP.NET Ribbon controls? Looked through the devexpress, infragistic, and Telerik sites but found only WinForms Ribbons, nothing about ASP.net one ---
|
| Regular Expression | 08 Dec 2006 04:19 GMT | 1 |
I have a string named MyString and I want to validate it using a regular expression. How can I do this? Thanks,
|
| Visual Studio.net on a Mac? | 08 Dec 2006 04:05 GMT | 4 |
First, I apologize to Mac-haters... :) I know that there are some software packages, like Parralel Desktop for Mac, that let you run XP on a Mac. Does anyone know if Visual Studio.net, IIS, etc... run good on a Mac, using
|
| Not all folders in App_Code are compiling | 08 Dec 2006 02:15 GMT | 1 |
All, When publishing a site with the "Used Fixed Naming and Single Page Assemblies" option checked, only one of my two App_Code folders are compiled into .DLL's. The original code (DotNetNuke portal) included
|
| Web Client Book | 08 Dec 2006 01:59 GMT | 1 |
I've recently been charged with the task of developing a web client for a VB.NET Windows client which connects to a peer application using SQL Server as the primary data source. It needs to accommodate the displaying of video from IP cameras using
|
| HyperLink Column in DataGrid | 08 Dec 2006 00:10 GMT | 4 |
I am trying to add HyperLink column with an image Below is the code that I use <asp:TemplateField> <ControlStyle Height="75px" Width="75px" />
|
| Getting content of an IFrame | 07 Dec 2006 23:43 GMT | 2 |
Hi, is there some posibility how to get content of an IFrame ? I know how to do it with JavaScript but I'm dealing with this functionality: 1. User opens from my webapp modalpopup (with AJAX modalPopup) 2. In the content of modalpopup is an IFrame
|
| Run JScript from .js file? | 07 Dec 2006 23:20 GMT | 7 |
I simply wish to code a JS function ONCE, in a .js file, include the .js file in the Master page, and then in several but not all pages, I wish to execute the function on pageload. I don't want to use the
|
| JavaScript From PageLoad()? | 07 Dec 2006 23:04 GMT | 8 |
I am working with VS.NET 2005 Ultimately, I wish to call a JavaScript function from a .js file In the Master page, I have: <html xmlns="http://www.w3.org/1999/xhtml" >
|
| GridView SelectedRow | 07 Dec 2006 22:56 GMT | 7 |
I've a radiobutton in my gridview and I want to dislpay the value in a cell of the selected value on the RadioButton click using this code : TextBox.Text = MyGridView.SelectedRow.Cells[1].ToString(); but it's giving me this error:
|
| Recommended Reporting Solution | 07 Dec 2006 22:37 GMT | 2 |
Hi I'm in need of a asp.net reporting control that can export the report to .pdf and can also run in a medium trust environment (shared-hosting). I have looked at Crystal and Reporting Services (Server mode and local
|