Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
English/English DLL16 Oct 2005 11:32 GMT2
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 GMT2
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 GMT2
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 event16 Oct 2005 02:40 GMT3
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/frames16 Oct 2005 00:52 GMT1
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 URL15 Oct 2005 23:18 GMT2
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# books15 Oct 2005 22:02 GMT7
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 control15 Oct 2005 21:56 GMT2
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 GMT5
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 postbacks15 Oct 2005 19:16 GMT1
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 | Title15 Oct 2005 19:14 GMT1
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 datagrid15 Oct 2005 19:11 GMT2
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_load15 Oct 2005 19:02 GMT3
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 key15 Oct 2005 16:51 GMT4
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.asax15 Oct 2005 16:03 GMT5
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.