Get Html element from from to user control
I have a web form with multiple User control.I have a save button inside a user control when user press save button i want to cange the style of <li> that is inside a...
View Articlehow to add watermark...in upload ctrl in asp,net application
i have to add water mark....plz upload file size 25mb. kindly assist<asp:FileUpload ID="txsoftcopy" runat="server" Width="390px" ToolTip="Please upload File of size 35MB only"...
View ArticleHow do I access checkboxList selected values after postback if they are rotated?
Hi,I have stored a bunch of text values in an array which is randomised. I dynamically create (in VB) a checkboxList then add items to this list, the values of the items are retreived from the...
View Articlecolumn not found error
I keep getting the error message :DataBinding: 'System.Data.DataRow' does not contain a property with the name 'firstname'.although i defenitely have firstname as my comun name, If i bind the whole...
View ArticleRegular expression validation for date format dd.MM.yyyy
Hi, how to validate this date format using regular expression validator? Thanks.
View Articledate for today
How can i query a database to retrieve data that has the date of birth date as todays dateThanks
View ArticleUse Full Ajax Jquery Libraries example multicoulmn auto complete, linq...
/* The Library Start*/ var arr; function openPopUp(id, forPopup) { if(forPopup == "OPD") window.location = "/HMS/GS_OPD/GS_OPDReceipt.aspx?RegNo=" + id; else window.location =...
View ArticleDynamic created table row height
I am creating a table dynamically using below codeTable table; int k = 0; table = new Table(); if (rows != 0 && column != 0) { table.ID = "tableDynamic"; table.Attributes.Add("style",...
View ArticleASP.net 4.5 webforms and Jquery
Hi,I have a form to which I would like to validate using JQuery, any examples would be useful. Thanks,
View ArticleDisplay new page without reloading the master page content.
I have created a master page. I have also created a couple of normal pages that use the master page. The problem I have is that when I change pages it reloads the master page contents which is a bit...
View ArticleLoading different start page (from default.aspx)
Hi,What would be the best way to load different pages depending on a session variable (logged in yes/no)?In PHP, you could use an include or require.Thanks
View Articleconvert IQueryable to IQueryable(of T)
How to i convert Iqueryable to IQueryable(of T) on the code below, or is there any other alternate available?ContestantList = ds.Tables(0).AsEnumerable().AsQueryable() Imports System.Web.Services...
View ArticleLink to a base skin file from multiple themes
I'm using Visual Studio 2008. I've noticed that our .skin files are almost identical. I can provide a runtime import of a base skin file by doing a <!-- #include file="../../base.skin" --> and...
View ArticleHow to stop dropdownlist from re-binding with default value
I have 5 dropdownlist all binded together with the SQL database. I'm trying to prevent any selected value from appearing in the other dropdownlist when being selected by the first dropdownlist so i...
View Articlewebservice or http handler for file uploads
Hi there i want to pass files accross to server side . How can i acheive this using a normal html control with multiple upload controls and pass this accross to the above.cheers
View ArticleDynamically create control in a table cell
Hi,I have table that on page load populates user name as columns and application name in rows. Against each user and the application, it populates their skill score. Something like below:...
View ArticleCheckbok checked value not affected in page load
Hi, 1. When I run the attached app and later uncheck the check box to update page manually and later press F5. The check box not set to uncheck although I used this code.C#] if (Page.IsPostBack){ if...
View ArticleFind Control in an HTML Table at run time throws an error and does not find...
Hi Experts,Hi have a HTML table in my asp.net page which is as given below.As you can see from the table, I have several label controls within the table like LBL_SubAdd1, LBL_SubAdd2, LBL_SubAdd3 .......
View ArticleDelete default url of user control page
Hello Everyone !I have trouble with default url of user control page, I get image from database and load to aspx page it load good, but I user user control page, It auto insert user with folder contain...
View Article