AjaxControlToolkit Public Key Token
If you have your website setup internally at development.website.com, test.website.com and externally atwww.website.com. Does the publickeytoken need to be different between the three websites?I am...
View ArticleGridview select in aspx
<asp:EntityDataSource ID="birth" runat="server" ConnectionString="name=SchoolEntities" DefaultContainerName="SchoolEntities" EnableFlattening="False" EntitySetName="CourseBirths" where = "...
View Articlemenu desing??/
Can anyone guide me how to design menu in css? below is the type of menu.Home Purchase shops contact --- top level menu.Now if someone mouse over on 'Purchase' then i want the...
View ArticleValidate multiple fields against db table
Hi all,I am working on my first web application and now I have run in to a problem with a custom validator I am trying to use. The thing is that I have to check three input fields against a database...
View ArticleASP.Net ListBox items are not highlighted according to first letter
Hello,I am using Listbox in my ASP.Net page i filled this with sql data. I changed AutoPostBack = true and written logic in lstBox1_SelectedIndexChanged event .. the logic is depending on list box...
View ArticlePost from swf file does not reach specified URL
HiI use a software that allows me to create a quiz and allows me to send data to server by speficic URL that can receive POST data, however it seems it cannot reach the URL althought copy/paste of URL...
View ArticleSet Parameter as DropDownList's SelectedValue
Hi guys, I am passing a parameter via URL and I want it to be the SelectedValue of my DropDownList.I tried:string container = Request.QueryString["container"];...
View ArticleSqlDataReader error when Integer
I have some Integers in my columns in a table.I am using a reader in my code:Using myReader As SqlDataReader = cmd.ExecuteReader() While (myReader.Read()) For i As Integer = 0 To 22 a(n) =...
View ArticleEdit delete in Gridview
Hello all,I have taken a gridview in web form and binded it with a data table. Every time I click a add button a new row is added to gridview. So far so good, but I have a problem while editing |...
View ArticleHide asp Hyperlink control inside Listview Control
I am working on an asp.net solution. I have a asp HyperLink inside a ListView. I am using forms authentication but all pages do not require a login. I want to hide one specific link (HyperLink44) if a...
View ArticleTextBox auto-complete suggestions
On Google, if you start to type, it will give you suggestions for search results. On Facebook, if you start to type, it will suggest names of people.I have a textbox on my site where users search for...
View ArticleHow to detect if a drop-down list value has changed?
Hi All,I have a Details View in which I show one record details. I have two fields one drop-down list and another text box. The textbox will be displayed only when the drop-down list has a value....
View ArticleCheckbox Error
Hello,I am receiving the following error when returning data from the database to the form. Error:'CheckBoxExpectToReceive' has a SelectedValue which is invalid because it does not exist in the list of...
View Articlemake pop window in asp.net
how can i make attractive pop window on asp.net page ??i tried many code but it's not working so any one give me some perfect code ????
View Article.Net Page.IsValid always returns false when value is set by javascript
In My .Net Page i use validation on Textboxes .In some of this Text Boxes i set value by javascript. But when I click on the submit button ,then it passes to the browser safely but at server side...
View ArticleRequired Field Validator not working on controls inside dynamically generated...
I have a user control containing few server controls like text boxes and drop down lists. i have also added few required field validation controls. Normally these validation work fine, if I add the...
View ArticlePDF download and redirect
When a user clicks a button I'd like to download a pdf onto their machine, and redirect to a thank you page (all on the one event ie. the button click)Is this something that is possible?thanks.
View Articlenewsletter
Hi all,I 'm creating my own cms and I want to build a newsletter system, that can send emails to 2000/3000 people.I have some doubts about the timeout of the server. With these numbers, is it a real...
View Articleforeign key deletion problem
got into a problem :(suppose i have 2 tables , tblCustomerstblordersnow customer_id is foriegn in tblorders, if i want to delete any record in tblorders then it requires to delete customer_id too from...
View ArticleMyCommand.CommandTimeout = 5000
There about 20 users use my asp.net app.My code is set MyCommand.CommandTimeout = 5000Recently, my app frozen very often.Question:1) Does app will auto exit if time out reach 5000?2) How long is 5000...
View Article