Linq Question
I have a DTO object that has a property for EventId and EmailAddress. There could be multiple EventIds and Email address. How can I just take the list down to just one email address per eventid... so...
View ArticleHow to configure limited menu access to user level in web based applications
Dear Friends,We have started ERP project recently for which we are working some groundworks.Pl let me know how to limit the access of menu to user end level. Say for example if one user is using CRM...
View ArticleHow to apply thems to all pages of webform after selection from dropdown.
Hi all,I want to store themes in database and bind with dropdown.Now whenever i select any themes from dropdown that should be automatically apply on all the pages of webapplication.please help me...
View ArticleCheckBox Treeview bound With Database
I have treeview But It Not Create Child I want to tow table menu and submenu come from database in datatables but child not created.plz help me <asp:TreeView ID="treeviwExample" runat="server"...
View ArticleHi, hello all I have a question ?
Look link ( nishantpant.wordpress.com/2007/01/04/how-to-convertdisplay-a-unicode-string-in-vbnet )how get url ? text how-to-convertdisplay-a-unicode-string-in-vbnet, it title of a content...
View ArticleGridview Sorting when datasource is ObjectDataSource
Hi,I want to enable sorting in asp.net gridview when datasource is <asp:ObjectDataSource> defined in aspx page.For sorting i have following code in code fileprotected void gridView_Sorting(object...
View ArticleTrying to Send an Email when a Page Loads
Hello All,I am trying to send an email everytime a page loads.This is my codeProtected Sub Page_LoadComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadComplete Dim message =...
View Articlemaking basic modal example dynamic to asp.net datalist.
I found this great example for modal popup on ericmartin.com . google ericmartin simple modal.But I'm trying to use against a datalist of images produced by an ASP.NET repeater and not sure how to make...
View ArticleHow to run inherited Page_load
Hi,I build webpage and now I want to build another one with simmilar stuff to the first webpage but with some differences. I want to change the onlod function. What I did was to inherited from the...
View ArticleHelp: submitting RadioButtonList selected value into database
Hi thereI have a web form(C#) which has many radiobuttonlist controls. For each control there is a corresponding field in a sql server database table. And finally there is a submit button.How to send...
View Articlereturn a value from ashx handler to source page
on the click of link button in listview i want to postback to a ashx handler page and return a variable value back to the calling code in listview itemcommand. this handler page must able to return...
View ArticleHow to redirect to another project's localhsot in ASP.NET?
I have the following part of the code in one of my ASP.NET Web Forms application. The point is that in my solution, I have another ASP.NET Web Forms application, but of course with different `localhost...
View ArticleHow to Insert javascript code in SQL DB
Hello All,How do i store Google Adsense Code in a Table.Then later be able to Query the Table for displaying code that relates to specific entries in the Table
View ArticleCSS breaks for wide screen resolution
I noticed my sites structure breaks when I test my site in wider screen. How do you guys build sites that work across multiple browsers and OS?
View Articleupdatepanel issue
hi I have the below code, whenever I click the first time or multiple time lnkCustDetails the modalpopup will show, the values( lblCustValue.Text , custID lblText.Text ) will be shown blank,But...
View ArticleHTML5 Validation Messages on input text
How can I make the HTML5 validation messages to appear either after I type the text into the HTML input text field, OR after I press TAB? The messages do NOT appear unless I click a button. I want...
View ArticleNeed to populate dropdownlist with List Collection.
public void LoadCountries() { using (GeoNamesClient client = new GeoNamesClient()) { var countries = client.GetCountries("it", GeoStyle.Full); List<GeoCountry> countryList = new...
View ArticleDictionary(); Sort before.
public void LoadCountries() { using (GeoNamesClient client = new GeoNamesClient()) { var countries = client.GetCountries("it", GeoStyle.Full); Dictionary<string, string> countryList = new...
View ArticleLoad page first aspx page and process code behide last !
Hi every one !I have trouble with speak in my page, I had put this code in page load, and run it that my websiteprioritized process codebehide( first speak, load aspx page last)My page has delay and it...
View Article