DLL usage?
Hi,In my web forms app. I would like to call a dll function. But in this dll function I would like to pop up a modal dialog (customized) according to a specific condition. How can I make a such dll and...
View ArticleComparing Datatable and Viewstate rows in asp.net,c#
HiI want to compare each row from viewstate and datatable .If it does not match,I will be inserting in database.Please help me to compare.Also i will compare the unique key for each row from viewstate...
View ArticleValidation intellisense: attribute 'background' is considered outdated (also...
Hi PeopleI get a green squiggly line beneath 'background' with this intellisense message [Validation (XHTML 1.0 Transistional): Attribute 'background' is considered outdated. A newer construction is...
View ArticleAccess control of different Contentplaceholder?
Hi,I have 4 contentplaceholder in masterpage. Every contentplaceholder has few control.now i need to access control of different contentplaceholder from different contentplace holder.How to do?
View ArticleHow to access the inner page of a url?
hi all, here i have a url that is to access.http://wappi.example.com/myaccount/account.logsand here is the main index page for loginhttp://wappi.example.com/myaccount/loginand here in the following is...
View Articlecrystal report boxes
i have a crystal report, i want to show my values of colmn in boxes who to do this thanks
View Articleselected index of one dropdown box set to all the dropdown boxes
hi there i have got 4drop down box as shown bellow this is to set the fatch the start time and end time<asp:DropDownList ID="ddlStartHour" runat="server"...
View ArticleHow to integrate tally in asp.net?
Hi friends Please suggest me how to integrate the tally in ap.net application? so that can able to mangae the user stock and payment method in tally.Thanks In Advance.
View ArticleASP Grid View: Clear Previous Data / Check if done loading / Show and Hide...
Hi All, I am using ASP GridView and was added to DevExpress ASPxPopupControl. The PopupControl will be shown once a cell in DevExpress ASPxPivotGrid is clicked to show the transaction details. My...
View Articlejavascript call from code behind
Hello there i am working on a asp.net form where i got a dropdown box and a associated with a javescript function to fair onchanged as shown below< asp:DropDownList ID="ddlBusinessArea"...
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 ArticleUnable to return to the previous page after login
Hello,I have a link at the top of my master page called "Account". If user not logged in and click on this link, the login page displays for the user to login. However, after the login, the browser...
View ArticleWhich control, to use?
Hi, I´m very new in asp.net, I have to make a table as I describe: I have to make a table for commercial visits per day. I need columns per each day of week, and in each column, the list of clients to...
View ArticleMaster details data entry in C#,asp.net
HiI want to do master detail data entryI have 2 tables Site details and official met . Site details is master table.Site details data will be entered in text boxes.official met is details table.I...
View ArticleOne on One Chat Application in ASP.NET
Hi, I've been searching online looking for a asp.net application that enables just one on one chatting, with members only. Everything i've seen is multi-user or a different language. Can anyone point...
View ArticleSDF database file on remote Azure website
Now that I have setup my website user Registration database -- using a WebMatrix's 'SDF' file,I understand that I cannot re-publish these files (to the website), but how can I find out how the...
View ArticlePassing data from page to page
I have a multi page form and only submit after about five pages.How do I keep the values of my textboxs and radio buttons? from page to page?Thank you
View ArticleHow to reload the captcha.aspx
Hi everyone this is my first thread is this forumI have some question about refreshing the captcha.I created a captcha.aspx then I call it on the image controlImgCaptcha.ImageUrl =...
View Articlesocial networking website.. need reply soon
hello friends,i have to make social networking website like orkut and facebook..'from where i should start? and which login stystem i should use?custome tables or aspdb tables for login system???need...
View Articlehow to pass list to method
hi every one,i have this methodpublic CommonHelpers.OperationResult AddNewBanner(DomainModel.Banner BannerToAdd, List<DomainModel.BannerLocalize> localist) { try { Banner NewBanner = new Banner {...
View Article