javascript interfering with checkboxlist postback
i am using the foundation boot strap files and as far as i can tell their app.js file prevents my checkbox from returning a postback. i am using a masterpage and put ajax update panels and even a...
View ArticleAdd controls dynamically with validation
Hello all,I want to add controls on a page dynamically when a button "Add more" is clicked. control is in form of Name/Value pair. Both Name & Value are Textboxes. There is initially a single Pair...
View ArticleHow to open an existing excel file (not in the browser) in a new window from...
Hello folks,I thought this would be very simple. but I am not able to.I tried simple code like this using href element. But it tries to open the sheet.xls in the browser window and says it can't find...
View Articlemake a label control invisible if GridView has Empty Data.
Hi,I have a search box, a label below the searchbox, and below that label, a gridview. In the gridview, I have EmptyDataText property defined to "No Data" I however get label as well as No Data when...
View ArticleHow to make a user control not fire its page load event when not visible?
I have a page that based on the parameters passed in, it loads one of two user controls. They have conflicting page_load events that make each of them non-functional if they are both loaded.I at first...
View Articlehost
I need to change hosting providers. Been with some good ones over the years, and some really bad ones. My current one was excellent but has just changed to lousy. Anybody have a recomendation. Small...
View ArticleValidation does not fire on click
I have a webform that not only has required field validators but as well as a reqular expression validator. I also have a link button on the form to submit the data and redirect to the next page....
View ArticleRadio button list postback if only a certain one is selected
Hi all,I got a Radio button list, and want to do a postback only if a certain is selected.So i can disable the next list.Maybe there is another way of achieving this?Thanks a lot
View ArticleWeb App on Web Server Farm
Hi,I have an application published to three separate environments: dev, test, and prod. Dev and test each utilize a single web and sql server. The production code is published to a web server farm...
View ArticleFTP file upload not work in server
I have create a file upload project in silverlight using FtpClient by following this link (https://github.com/dittodhole/sharpLightFtp).It works well in local development(visual studio) and local iis...
View Articlenavigation TreeView problem in multilingual
Hi, my problem is that when i changed language culture in arabic then all page change LTR to RTL but TreeView menu arrow not change.======LTR view=======> A> B> C=======RTL view=======...
View Articlehow to use truncate and rollback clause in SQL SERVER 2008
pls reply with example sothat i can use
View ArticleCreate multiple buttons and hyperlinks dynamically
HiI want select multiple records and display it on to the page but i want to create only one label and put differt page link on to that depending on the records hyperlink and records are come from...
View ArticleASP.Net Custom Server Control Not Firing Custom Event
I have created a Custom control in which i have 3 dropdownlist. I want to fire the OnSelectIndexChanged event after the frist dropdown value is changed to populate the second dropdown list.
View ArticleFindControl
Hi all,I've troubles to find a label in a structure as follows:<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0"><asp:TabPanel ID="TabPanel4" HeaderText="Info"...
View ArticleslideDown won't work
Hi,I have a div on the top of the site (msgbox) and at load, I hide this:var btnRegisterClick=false; $(document).ready(function () { if (btnRegisterClick == false) { $("#msgbox").hide(); } else {...
View ArticleProblem with asp:Gridview
Hello,I need to create one asp:Gridview, that will have mainHeader, and will ALWAYS have just ONE row with data.Employee |Number |Card | Example |1546 |19198|The next row should be...
View Articlebutton click event on code behind
Hi,how can I assign a method to a button defined in the code behind?my code:Button btn = new Button(); btn.CommandArgument = i.ToString(); btn.ID = "btn" + i.ToString(); btn.Text = "rimuovi";...
View ArticleHow to access any control ID from any page....
Your expertise is needed!How do I access any control ID from any page within the same project? Please advise.
View ArticleHow can I test a new webform with view in browser without going through forms...
In a Visual Studio solution with forms authentication, I'd like to be able to test new webform withview in browser without going through forms authentication.Continuing to have to log in slows down the...
View Article