13,153 Topics
| |
hi i need some help with the login authentication for for my website.i don't know how to do the admin , user and data entry side. how it will recognize the difference between them my table is [U]user:[/U] login password security level(admin,user,data entry) i'm using sql server2000 please help me | |
hai to all i am new to ASP.net.i want some tips regarding it.how to start with it and abot the websites. | |
hi..iv created a table and placed labels in every row of the table.... when i run it,all the labels misplace in the page as if they have not placed in the rows... what should i do? i have another question about the size of a the page... what size it … | |
Hello, I am trying to add some reporting features to a quite large asp.net web application. I have created a webform that contains a few fields for filtering data to be displayed in a Crystal Report. I have created a sample report that has a few parameters but I cannot … | |
I have some check boxes.I want to print text of selected check boxes of the page.Code which I wrote is neither giving error nor giving correct output .Please help me .Here is the code [INLINECODE]protected void btnSelect_Click1(object sender, EventArgs e) { string strchkSelected = ""; foreach (Control ctl in Page.Controls) … | |
can u help me how to create draft print in asp.net 2.0,i am using crystal report 10 | |
Hi All, I'm creating a helpdesk style feedback form that saves to an xml file so that we can track past requests. The XML part works fine, but the problem I'm having is getting the form to email off details to alert us when a new request is made. The … | |
Hi, my web host has just told me I need to configure my ASP.NET application code to channel requests to external sites (for things like rss feeds) via their new proxy server. How do I go about doing this? Do I just put the proxy server in the web.config? | |
hi I'm doing online reservation hotel using vb.net with sql server2000.i have some problem with checking room availability i tried lot of sql query but doesn't get what i want. the customer choose the arrive date and the enddat from the calendar after that it should disply the available room … | |
Hi! I have a web application in ASP.net 2.0. within it i want to corporate a report that will list all the customers together with the products they have bought in a sub group. Thereafter i need to find the subtotals of all th ecustomers within the same reports. The … | |
I'm sending an HttpWebRequest to a BizTalk server. BizTalk receives and asyncronously processes correctly, but I never receive an http response. The last statement in the snippet below is where my code hangs. This same code works in my DEV environment - I get the repsonse almost instantly. IIS appears … | |
Dear all .Netters My company mail server using Lotus Notes. I want to send e-mail between us. [CODE]Dim message As New MailMessage("melky@int.mzhcb.com", "kusno@int.mzhcb.com", "test", "test") Dim emailClient As New SmtpClient("mzhcb.com") emailClient.Send(message)[/CODE] But i only get this message error : The remote name could not be resolved: 'mzhcb.com' is the host … | |
hi, i was pissed off with this problem.. it was obvious to be very simple and yet i cant solve it. i am newbie in .net. i want to attach my selected image file in image webcontrol using html upload component and my code is this.. this code is located … | |
hi am new to crystal reporting i want to export the crystal report and send it in mail attachment my crystal report has four pages ie four detail section now i want to export this report to disk i used the following code but i couldnt find the pdf file … | |
I'm a beginner in [B]ASP.NET[/B], wanna learn this important development technology. can any one tell me, where I can found some useful video tutorials. [I]Thanks to all in anticipation. [/I] | |
Whether .net supports serial communication? If YES then what I've to do? I'm using MS Visual Studio 2003 with Framework 1.1. What will be the maximum baud rate that I can set? | |
Hi all.. I have a timer in my aspx page which runs in a decreasing manner..i.e the timer starts at 5.0 min and ends by 0.0.. and i display it in my aspx page..I get the timer value from the database i.e the server time... when i click the scroll … | |
Dear all .Netters, I want my RadioButtonList can not be selected by users, so i set the Enable to be false. The problem is the font colour become gray. so does any one of you can help me how to keep the font colour still black and can not be … | |
Hi, I have a small problem :I want to read a file(EXEL) which resides in client side through my application, I'm using ASP.NET and C# ,I have to give an option to browse and select the file,pls any one help me with a sample piece of code. Thanks in advance | |
hi everyone, is there a way to get the HTML Table property on page_load event, here is my current situation on page_load i have my HTML table display property set to 'none' on runtime i can have its display property set to ' ', thus showing the HTML table with … | |
Hi, Im new to ASP.NET. Im trying to create a webpage in VS.NET, with details like Name, Age, Designation, Marital Status (as labels) and a corresponding extBox for each of the label(For Marital Status, its a radio button each for Single and Married). There is also a SUBMIT button at … | |
Can anyone give me the step by step explanation for connecting asp.net with MYSQL | |
can anyone show me to login page code?? i did my registration code already.. now i need the login page the userid and pword read from my database access then the user can log in to another page.. i need the whole code. as simple as possible.. thankyou very much. … | |
hi can anyone direct me to get the references for synchronization, remoting and ad rotator. if u can giv me some definitions too thank you | |
Hi, I have created an application in ASP.Net for exporting the datas from crystal reports viewer to excel sheet and what i did works perfect. but i want to know whether i can pass the parameter such as starting and ending page before exporting. if any one knows about this … | |
hi all, On the top 100 pages of a site I would like to add a list of pages that people who visited that page had also visited during their visit. i will at the maximum post 5 links that was visited by the people. i don't want to know … | |
Hello friends, Hope you are enjoying and using the contents of this site very well. This is the best site for all freshers who want to become .net professionals. [COLOR=red]Question:[/COLOR] Is there anyway so that I can unpack the contents of the .pak file using C#, asp.net application. If it … | |
I have some data in my window forms in dotnet i want to call a html page from that window and display that data too on that html page is this possible ??????? | |
hi to all am new to this community and new to asp.net can anyone guide to do asp.net projects thank you | |
I have made a user control where I have used menu control.When I am using the site on my computer it is running fine with Mozilla 2.0 and IE 6.0 but when I am running it on different computer, all the menu item's location get disturbed. Anybody have any idea … |
The End.