| Thread | Last Post | Replies |
|
| Authentication help. | 22 Oct 2007 15:23 GMT | 5 |
I am new to asp.net. I want to implement authentication in all pages. What i want to do is validate user from database table. So currently what i am doing is on login page validating user and storing valid user id in sesstion.
|
| Server Error | 22 Oct 2007 14:46 GMT | 1 |
i try to deploy an application (in iis5.1 using .net framework 2.0) which i dont know by which version it was done, i receive this message can anyone give me an indication please . File or assembly name System, or one of its dependencies, was not
|
| dropdownlist empty after submit | 22 Oct 2007 14:37 GMT | 6 |
I give up after spending some time with this issue. I have a text, a dropdown and a submit button on my webpage (net 2005). Type smth in Textbox, pick up a value on drpdwn list and submit.
|
| Generic.List | 22 Oct 2007 13:54 GMT | 1 |
I have a variable which is of type Generic.List(Of MyClass) I want to get only the first 5 items added by the user. How can I do this? Thanks,
|
| Help using impersonation - permission problems. | 22 Oct 2007 13:14 GMT | 2 |
I have an ASP.NET website. My IIS is set to use Windows NT Authentication. I have configured my ASP website to use impersonation using the following tag:-
|
| Dataset to XML on screen | 22 Oct 2007 12:59 GMT | 1 |
I have a aspx with nothing but a litereal. I want this to be filled with the XML of a dataset. Or that is: I have a dataset I wish to be presented as XML on-screen. Datatable has a WriteXML - but how do I get on screen?
|
| Problem with localization. | 22 Oct 2007 11:34 GMT | 1 |
Problem with localization. It seems to be a simple task, but I do not know how to do that. e.g. <asp:Label ID="lblCalendar" runat="server"
|
| how to transfer from one htm page to another page | 22 Oct 2007 11:23 GMT | 2 |
My project contains 20 htm pages. All these page conatins login button where the click of login button transfers to login.htm page. All these modules were designed by my colleague. My part is to design aspx pages & include that with htm pages.
|
| Crystal Report load method problem in VS2005 | 22 Oct 2007 10:59 GMT | 1 |
Crystal Report load method problem in VS2005 //create the report document ReportDocument doc = new ReportDocument(); doc.Load("C:\\Reports\\rep1.rpt"); // Error in this line: "Invalid token
|
| Publishing Misses .pdf Files | 22 Oct 2007 09:58 GMT | 3 |
I have a solution with multiple web apps. Some of the web apps have folders containing .pdf files, etc. When I publish any of these web apps, the .pdf files do not get copied; I have to remember to copy these files over manually. Ideally I would like to keep the "Only files needed ...
|
| Master page - cannot add controls | 22 Oct 2007 09:36 GMT | 5 |
I'm a newbie to master pages & have added images dragged from my image folder directly to a master page. This image is available to all forms that use this master page. However, if I add an image control, a frame or layer object to my master
|
| Electronic Signature Within a Word or PDF document | 22 Oct 2007 04:57 GMT | 2 |
This probably isn't the most appropriate group for this question, but I know there are a bunch of bright and talented individuals in this group who may have experience in what I'm trying to accomplish. I've got an ASP.NET 2/C# web application which generates contracts in Word
|
| Can we access database (SQL) using AJAX ? | 22 Oct 2007 04:53 GMT | 8 |
Can we access database (SQL) using AJAX ? Thanks, Bhuwan
|
| Using local font file (.ttf) in asp.net GDI+ app. | 22 Oct 2007 01:30 GMT | 5 |
I am trying to use a special font in an GDI+ application. The font file is located in my root folder. The following code does not work but might explain what I am trying to do...
|
| The type "your assembly.global" is ambiguous: It could come from blah, blah | 21 Oct 2007 19:13 GMT | 1 |
I am getting the error above when I try to compile the deployment project for an ASP.Net web app. It's moaning about an assembly that is in the .Net temporary assembly folder. There are quite a few posts on the web from people with the same problem, but the only ...
|