No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hy Guys, I am having serious problem in uploading database to 123 reg server. I have Windows hosting package which supports ASP.Net andSQl hosting. I have managed to upload website to server and it works fine, the database I have is ASP.Net generated database and I have used Published to … | |
Hy all, I am sure its very simple thing and I am not just getting it, I am trying to send textbox value from one page to another and its keep giving me an error, basicaly its not finding the class I created in previous page. My web pages are … | |
Dear All, I am trying to resize a page using jQuery but its not working for whole page it just resizes itself rather then whole content of website, anyone can please help me. Here is the code that I am using [CODE] <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE … | |
Dear All, I am using Listview contro in asp.net and is populated from access database and has four fields, Title Firstname Lastname Email I just want to get email from listview into a textbox, any simple way to do that? I am using c# s a programming language. Thanks in … | |
Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and … | |
Re: you need to do coding in cs file, you cannot add if statement in aspx page, . something like, if (dropdownlistbox1.selectedindex = 1) then { whateve u want} else { } Hope this helps. | |
Re: The easy way to do this is right click on master page and select add new item and that page will automatically be linked to master page. Hope this will work. giahmed. | |
Re: Why u using this long way, why dont you edit items in dropdownlist properties, much easier, you dont have to write any code. Hope this helps, | |
Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and … |
The End.