- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
22 Posted Topics
Re: The button Login you have double clicked and it shows the code behind, then you removed that code. The solution is to go to the asp design on asp: Button ID = "btnLogin " runat = "Server"..... then you remove the code "onclick="btnLogin_Click", or else doble click the button and … | |
I need to make a contact form on a website that will send comments to an email. I have designed the html file but i'm not sure where to beggin with adding the file or code that will support this function. So far i have learnt that it can be … | |
Re: I can assure you a virus cannot block you on the process of loading xp. Firstly you need to make sure you have a right cd which is bootable. Secondly you need to set your boot options if it cannot boot itself of pickup the xp cd. On the start … | |
Hi Fellows. I have a confusing problem of Samsung laptop which uses Toshiba MK2555GSX internal hard drive. I have encountered a problem when i tried to start the machine and it respond with a message "cannot find hard-disk, press ctrl,Alt & delete to restart". i thought it could probably be … | |
Re: You can retrieve your primary key anytime when you want to use it as foreign key to another table, meaning you must have sub query on your stored procedures. This might be helpfull, you can learn a lot about this [URL="http://www.1keydata.com"]http://www.1keydata.com[/URL] | |
My application has to include a live chat tool, anyone can help me with C# code, to make a live chat functional. | |
Hi guys, i've deployed asp application, now the problem im facing is it doesn't connect sql database. At first the database was attached with the application and it failled to connect the database, secondly i attached the database on SQL server and configured connection string still it doesnt connect. When … | |
Hi guys, i created database backup, but now i want it to backup every time when the time is 00:00. Any help will be highly appreciated. | |
Hi Friends. I need to understand the application deployment in full. According to the implementation documentation there is deployment plan which includes resources required. So any one can just brief me what needs to be done during the application deployment, and what's needed. | |
Hi guys I'm using asp membership for user authentication and it works perfect. I want to store username into cookies once the user logs in, i tried to implement cookies behind the login control so that when the user logs in the username can be stored into cookies. Once i … | |
Hi Guys Past few days i added an ASP membership database which uses the Visual studio controller's (Login, Creat user Wizerd, Password recovery), it was working fine until yesterday, now i cant log in with any user i've created, but i can create new user or recieve/recover password. I checked … | |
Hi once again Im trying to use sessions, im passing a value from login page and using it on another page, now i recieve this error "Object reference not set to an instance of an object." here im passing it Session["UserName"] = Login1.UserName; then accessing on different page like this … | |
Hi Guys. Finally i can read excel, thanks to all of you who responded. Now i though its easy as i think to extract from data table, here im searching for a specific record on excel then i need to select certain columns on that row of that record, my … | |
Im passing a query string from 1 page to many pages, the second page accepts the query string and pass it to the next page and so on. On the second page i accept the query string and it appear's on the url bar, that shows that the second page … | |
Hi guys, im trying to insert data in different tables one after another, the first table is "Account" with P_key "Username" then have another table called "Student" with P_key "Alumnus_no". Username is a foreign key on "Student" table meaning in order to enter records on Student table Username must exist … | |
Hi guys, im not well experienxed please help, i want to code a digital running time with the colon dots flickering to show that the time is running anyone can offer help will be very usefull. | |
Hi Guys, i created an C# application, i need to read an excel spreadsheet called "Graduates.xlsx", i have to search for a specific row on a column called "ID number", once i get that column i must retrieve a record of that row on column "First name". Its been weeks … | |
Re: On your situation you can have an option that a user can choose from, e.g using a radioButton list specifying login as user or administrator, each radiobutton must redirect to the intended page | |
Anyone please help me i want to add a splash screen on asp application. I want the splash which can appear for few seconds(E.g when u just log in here in this site) | |
Guys i need to validate a menu item on my ASP.NET application. The menu item has 4 links (Home, News, About us and Contact us) one of them "News" must not redirect to page if the user has not log on, the other three can redirect even if the user … | |
My application need's to read a certain row on excel document.Anyone can help with C# code for reading excel doc. |
The End.