Want to create a Search option, where after entering keyword in textbox,...
please someone tell me it's syntax...i have never done this...so i am a beginer with this sort of search feature.also i want automatic suggestions based on the keyword entered...i know it can be made...
View Articlemultiple iframe mix up
I'm trying to display multiple iframes in one aspx page but failing miserably. Please stop me in my tracks if there is a better way to go about it.The problem is that on clicking links within the...
View Articletreeview expanded level
when redirect to the content form, the treeview level expanded view is lost, its gone to its 0 level . Please can you help me with the codeto keep the same expanded level of master form even in...
View ArticleHow to display pop up message box on button (inside update panel) click?
HiI have a button inside a update panel and on button click i want to pop up confirmation message box with yes or no button. When user click "Yes" i want to raise the btnDelete event. How? Please...
View Articlechild form when context click(right click) on main form
Hi all,I m developing a asp.net website where I need to, let the user to add new customers and edit their info. While editing the cusotmer's info, the parent form will show the list of all the...
View ArticleEncrypt connection string
Hi all,I am using the fallowing code to encrypt connection string in my web.config. It is working wel when working in local server(vwd 2010), but when I move the files to hosting server I am getting...
View ArticleEmpty data inserted into database from web form
I was working on a web page while learning CSHTML and using the ASP.NET Razor syntax to process form data and submit it into a MySQL database that I created. I created the database outside of the...
View ArticleAdd multiple radiobuttons and radiobuttons groups dynamically
I have a Datalist containing many items, including "blockID" and a "blockName".I want to populate radiobuttonlists which their value/text will be the "blockName" property, and I need them to be grouped...
View ArticleCan I use the built-in aspnetmdf database and login control when I need not...
I use the aspnetdb.mdf file for sites, but now I need a comany ID as well. Is it easy to add another level to the login. For example, I need to ask not only the loginID of a user but the company ID...
View Articlehttp 404 problem
Hi all,I'm having a hard time with this 404 file not found problem. I was trying to post a picture of the error from photobucket but it didn't work. And I still need to explain the problem well....
View ArticleChrome + img flicker on partial postback
Hi, I have some images <img src="/Img/picture1.png"> and a server button inside an updatepanel. When I click on the button and do a postback, there's a flicker on the images on Chrome, IE seems...
View ArticleCreated a Javascript, that's working in a normal page, but when I placed that...
I made a textbox that searches for the keyword when pressed enter;for that i used javascript, defined in the <HEAD> part of my page and that is working excellent in a normal webpage.i saw that...
View ArticleUsing Windows UserControls
Hello everyone, i'm trying to use a windows usercontrol (I'm starting actually with a really basic one, just a label and a timer, just as a test).I already downloaded solutions and saw it working but I...
View ArticleGet the identity of the current user in a class
In a .aspx page, I can get the identity of the current user with: Dim CurrentUser as string = User.Identity.NameIn a class (for example, MyClass.vb), User,Identity.Name gives the error:"User" is not...
View ArticleLinkButton in footer won't change text.
I have a link button on my master page and cannot find how to change the text.I thought it would be simple, but it wont change.It is still coming up with Log In,But i want to change it to Site...
View ArticleTextbox1.TextChanged not working
The TextChange is not working. Typing works but the counter(TextBox3) does not work. When 31 characters is rached it does not become read only and the message box does not come up.Protected Sub...
View ArticleUsing Master page and Ajax so as not to cause a full page refresh
Hello, I am newish to ASP.Net and I am trying to establish if it is possible to use both Master page and Ajax technology to avoid a full page refresh when navigating pages. I know it is possible using...
View Articlecant bind to datagrid?
<mesh:SecurePanel runat="server" ID="retentionInvoiceDue" WebMasters="true" Admins="true" style="text-align:left; font-size:small;"><a class="alert"...
View ArticleDataConnection: "Cannot access a disposed object"
I have a n00b issue here. I am reverse engineering an Access application into a C# Web site; the application accepts search terms and queries multiple database servers on those terms, then compiles all...
View Article