| Thread | Last Post | Replies |
|
| English/English DLL | 16 Oct 2005 11:32 GMT | 2 |
I searching the net for a English/English Dictionary DLL, which can resuse it in my asp.net application to give a word and get the meaning.
|
| How to get session by sessionID? | 16 Oct 2005 11:17 GMT | 2 |
I want to get the session associated with the specific sissionID. I made a activex control required to login to the server.My idead as follow: 1.Get sessionID through IHTMLDocument2 interface(a COM interface); 2.Send this value to the server;
|
| Custom User Control is not rendered inside another user control in a server table. | 16 Oct 2005 09:35 GMT | 2 |
Hi I am using a <asp:Table> in a user control I created and in the loop of inserting another user control( a custom Calendar) to the TableCell by the code: TableCellObj.Controls.Add(myCustomUserControl) the table accepting this user control but do not render it
|
| handling a button's click event | 16 Oct 2005 02:40 GMT | 3 |
I've added a button to a class inheriting from System.Web.UI.Control and want to handle (pass on) its click event to the page that contains it. Coming from a WinForms background, I thought this (below) would work. It doesn't. A break point on btn_Click isn't even hit.
|
| Session state and multiple windows/frames | 16 Oct 2005 00:52 GMT | 1 |
I'm currently working on a project developing a web application that makes heavy use of 3rd-party controls, popup windows and frames ( not my design I hasten to add ). Some of the pages make use of several user controls embedded in a tab
|
| Forms Authentication Redirect URL | 15 Oct 2005 23:18 GMT | 2 |
I want to be able to programmatically log a user in as a guest and redirect them to a different page. Is there any way to do a RedirectFromLoginPage() and explicity specify the page to which the user will be redirected after the login?
|
| Looking for good ASP.NET C# books | 15 Oct 2005 22:02 GMT | 7 |
I have 4 years of programing exp. with Coldfusion, and I am begining to learn ASP.NET C# and was wondering if some people could suggest some good books. I went to Barnes & Noble the other day and kind of looked over a few book.
|
| Hosting a user control within a user control | 15 Oct 2005 21:56 GMT | 2 |
When I drop one user control on to the design surface of another user control I can't seem to get a reference to it. Using the following in host control doesn't appear to work... protected MyUserControl MyUserControl1. How do get ref so I can access it's properties?
|
| what's the difference... | 15 Oct 2005 19:49 GMT | 5 |
hey all, i was wondering what the difference is between obtaining a user name like Request.ServerVariables("Auth_User").Split("\")(1)) and
|
| Calendar Control and postbacks | 15 Oct 2005 19:16 GMT | 1 |
Hi. I posted yesterday about being able to get to Day.IsSelecteable from outside the calendar's DayRender event. I never figured that out, so I found another way to do what I needed by externalizing the logic that sets the calendar days as selectable or not and using that same ...
|
| Change the file | Summary | Title | 15 Oct 2005 19:14 GMT | 1 |
I can read file attributes just fine (author, title, etc,) But there's no way to update them. I know windows application can do it, but can a web application update these file attributes? Here's the code I'm using:
|
| flexible textbox widths in a datagrid | 15 Oct 2005 19:11 GMT | 2 |
I have this datagrid where space is very tight, and therefore I have to make sure that everything fits within a fixed screen width regardless of whether I am in list mode or in edit mode. But I have discovered that it is not enough to simply specify the column widths by way of
|
| Variable vs Page_load | 15 Oct 2005 19:02 GMT | 3 |
Now, I'm making the multi-upload module. I declared the array of HttpPostedFile and When I choose the file by System.Web.UI.HtmlControls.HtmlInputFile I set the System.Web.UI.HtmlControls.HtmlInputFile's HttpPostedFile
|
| About Code-generated primary key | 15 Oct 2005 16:51 GMT | 4 |
I want to generate a primary key in ASP.Net through VB.Net code.Can someone give some tips and ideas how to do that.What i am thinking is to: 1.Create an array of values(characters) from 0 to 9 and 'A' to 'Z'. 2.Then use a nested For loop to create various combinations.
|
| redirect from global.asax | 15 Oct 2005 16:03 GMT | 5 |
I've read a previous discussion about the same topic, but there's a difference. I call HttpContext.Current.Response.Redirect("file.txt") from a ownmade sub in the global.asax.
|