| Thread | Last Post | Replies |
|
| Querystring not working | 29 Aug 2007 18:49 GMT | 2 |
Could someone take a look at this code and tell me if this code is valid? Thanks! If Request.QueryString("quesid") <> "" Then
|
| Storing/Displaying images | 29 Aug 2007 18:31 GMT | 2 |
Hi, how are you ? Can you send me any examples about storing images on bd and showing them on gridview? Im using VS2005 asp.net 2.0 C# Thanks a lot!
|
| User identity | 29 Aug 2007 18:22 GMT | 2 |
I have an ASP.NET intranet site running off one of our servers. The app, in the Session_Start event, logs a user's currently logged-in Windows username to a session variable. In the dev. environment, it's no problem - it gets a proper username.
|
| Dotfuscator problem | 29 Aug 2007 18:19 GMT | 2 |
Has anyone had success with this community edition obfuscator that comes with vs2005? I put a dll through it and then when I substitute the obfuscated dll for the original I get an error at compile time saying: Error 1 Could not load file or assembly 'GP2, Version=0.2.0.0,
|
| Anyone doing ASP.NET on your mac? | 29 Aug 2007 18:13 GMT | 9 |
I am an ASP.NET (VB.NET) web developer, using MS Visual Studio. I'm thinking of switching over to MAC. I was wondering if anyone is using Visual Studio 2005 or 2008 beta in a XP or Vista environment on their Mac?
|
| ASP.NET and JavaScript | 29 Aug 2007 17:53 GMT | 5 |
Can anyone direct me to a hyperActive JavaScript NewsGroup(s). I am feeling stupid today. if I have the ClientID then why do I need the document.getElementById(<myClientID>)??
|
| Articles on Pros/Cons of Session Object | 29 Aug 2007 17:52 GMT | 2 |
I'm looking for some good reading material on the pros/cons of using the Session object and was wondering if anyone could point me in the right direction?
|
| DataField not member of 'System.Web.UI.WebControls.DataGridColumn' | 29 Aug 2007 17:47 GMT | 2 |
I am getting this error trying to dynamically added a column to my DataGrid. I have the following code: Function CreateBoundColumn(c as DataColumn) as DataGridColumn Dim column as DataGridColumn = new BoundColumn()
|
| C# Convert question. | 29 Aug 2007 17:42 GMT | 4 |
I seem to be ding this a lot, td1.Text = Convert.ToString(HtmlTextWriter.SpaceChar); In VB you don't need to convert and i makes me wonder if this is the correct way to assign an htmltextwriter item to a cell?
|
| Retain values between postbacks??? | 29 Aug 2007 17:41 GMT | 3 |
I have a MyUser class containing user profiles. Everytime after postback, I have to reload (access the database) again. Is there any way I can easily save those data between postbacks? Thanks. public partial class Login : System.Web.UI.Page
|
| updating GridView cell background color | 29 Aug 2007 17:32 GMT | 11 |
I understand how to connect a SqlDataSource to a GridView and have a nice data-connected, paginated web page generated with virtually no coding. Starting from that base, I would like to add an extra column to the GridView and do two things: for each row, based on the value of ...
|
| Hyperlink List XML File Data Source | 29 Aug 2007 17:20 GMT | 1 |
Want to create a "frequently asked question" type page on a ASP.NET 2.0 site. The page will have two columns, one displaying a list of hyperlinked questions that will be bookmarked to answers below, and the navigation system will be similar, displaying some hyperlinked
|
| scripting using Button | 29 Aug 2007 17:20 GMT | 6 |
Hi Steve, Sorry if you have seen this post before but I cant figure this one out... Thanks for the information but now I am getting new errors: I have used this code in the rowdatabound, how do i modify this to take 2
|
| Bring window to top | 29 Aug 2007 17:14 GMT | 4 |
Good Morning All: We have an issue when we are using "target = 'new'" in an anchor. The first time when it opens the new window the window comes to the top of the stack but on subsequent openings it remains in the stack where it was left. We
|
| RegisterStartupScript doesn't work in a aspx page containing a frameset | 29 Aug 2007 17:06 GMT | 10 |
I have an aspx page which contains a frameset. I want to set the location.href of the frames dynamically using javascript created in the Page_Load of the frameset using RegisterStartupScript, but the registered script doesn't appear to run. Is there some reason why
|