RE: Re: Checkbox list selected Item's are not taken on code behind.
Dear All, I had small issue with my checkbox list. I had more than 5 checkbox list in aspx page. but all are working fine, expect the below code. The thing is, while I'm selecting the listitems, and...
View ArticleError message with asp.net Membership
I am using Entity Framework to connect to my database in my VS 2012 project. When trying to log in I have the following error:Unable to find the requested .Net Framework Data Provider. It may not be...
View ArticleAsp.Net Menu item separator displayed below menu items
Hi, I a using asp.net menu control for generating a menu. I have set "separatorimageurl" property for menu items, but the separators are appearing below the menu items. Below given is the markup....
View ArticleLanguage Convert.
Hi Guys,How to convert English to French during the user enter the value in Textbox.Which control we can use to convert during the user type...
View ArticleSet background-image of body in code-behind file
HiHow can I set de the background-image property of the body tag in the code-behind file?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="type.aspx.cs" Inherits="type" %><!DOCTYPE...
View ArticleSearch Engieen Optimization Query
Hi all, Just want to know that while doing SEO work on website, is it require that all pages should be remain physically on the server ? My problem is that, i have only one page called...
View ArticleFetching values from DB using a Drop Down List.
Hi every one!In a webpage I have a dropdown list and based on the selected index, I am trying to fetch values from DB. I am using a 3 tire application. I am able to retrive values from DB. The middle...
View ArticleCurrent Page Tag
Hey guys,I have several tags associated with a post and when a user clicks on a tag of that post, it takes them to that tag on another page. How can I show only one tag on the top of the page based on...
View Articledisplaying image from database
Hi allI had stored an image in mysql database in binary formate( datatype MEDIUMLOB).Now i want to show this image in image button but i'm not able to show it.so, Please tell me how to show it in image...
View ArticleRedirect to another website
One of our websites needs to be retired. So for any user who has established a favorites link to the current site, we need an unconditional way to redirect them to the login page of the new site.
View ArticleCalling a button event without postback
i want to call button event without postback for this code try { //string q = Request.QueryString["q"]; con.Open(); query = "select * from Transactions where idcount='" + TextBox1.Text + "'"; cmd = new...
View ArticleDisplaying blob objects images from a list to a web page in mvc3
Hello, I am working on a project where i load 12 longblob images from a database and save them in a list. In the html page, i have to display the images but i am getting errors when trying to convert a...
View Articlefolder browser control for web forms
HiCan anybody please suggest any folder browser control(dll/exe) which i can use along with web formsThank youGibi
View ArticleValues don't persist after error message
I am attempting to update really old form.This form allows users to enter things into the database.There is some error checking on the form. There is also some constraints in the database.When the...
View Articleupdate connectionstring at runtime
Hi,Is it possible to change connectionString at runtime?Because once I tried to change I got following error : The configuration is read only.My goal is to give possibility update username and password...
View ArticleHow to avoid both events onclick and onclientclick?
HiI have a button and i defined two events of button asOnClick="btnDelete_Click" OnClientClick="return confirmationDel();" />am doing validation in OnClientClick and returning false if textBox value...
View ArticleAdjust Gridview
Hi,What to adjust in the view below as nothing is shown when there is no record, when running the page? <asp:GridView ID="GridView1" runat="server" AllowSorting="True"...
View Articlemultiple values insert
Hi All, I have some textboxs and some comboboxes, And i am inserting those values in database, By Now i want to insert multiple values in it. For example i have i have 10 records in another gridview...
View Article