C# Event/Delegates Issue
I have not used C# for years and I am trying to find a simple example about event/delegate (I already went through lots of articules and yet I can't simple example to understand) I got it working with...
View ArticleCustom Field in createuserwizard not neing stored to new table
Hi,Ive amended my createuserwizard to include another field, ive set my db connection and insert query and also tested the script on a basic page and it works fine, just not when ran from...
View ArticleRegular expression validatioin for number
I am creating a web application. In it, i have created a form. I want to validate a text box, in which only positive decimal numbers upto two digits after decimal should be allowed.What should be the...
View ArticleWhat is the simplest,most secure, and most robust way of capturing video with...
I have a web app that needs to capture video while in it, store it, and save it. What is the slickest, most safe way of doing that?
View ArticleC# Event/Delegates from a class Issue
How can I raise my event from a class: Here is what I have (the issue is public class CustomerList:List<Customer> { public delegate void classdelegate(string val); public event classdelegate...
View ArticleBrand new project with no code edits throws argument out of range error...
I am trying to create a brand new web forms project and no matter how many I create (unedited) I always get this error when trying to launch in google chrome.Server Error in '/' Application.Specified...
View ArticleAccessing List Value items comming from WCF Service
I have created a WCF, I need to get the Books from Database and need to fill in GridView.My WCF is[ServiceContract] public interface IService1 { [OperationContract] List<Books> GetBooks(); }...
View Article1 usercontrol ,2 aspx pages.
I have a user contraol bounded by a panel.. the issue is that the user contol is ussing by the two aspx pages. I need some best approach suggestion how could i handle that when both pages works with a...
View ArticleGridview or Dynamically Created Tables
Hello everyone and thanks for your help in advance. I am developing a web applicationthat generates an editable report that needs to look something like this:Customer ID Invoice Header...
View ArticleExport Complete Web Page to MS Excel
How do I export a complete web page to MS Excel? Only the page content and not all content is in gridview. Any thoughts?
View ArticleHow to execute a statement
How to execute a statement that print the "Response Code" on a web pagestring s1 = "Response.Write(\"Response Code:\");"; string S2= getPrint1(s1); string getPrint1(string S) { //How to execute a...
View Articlewebbroser control issue
Hi all, I am loading a page into my webbrowser. In this page there is a form and there are some radiobuttons in this form like the following:<form id="choose_dept" method="POST"...
View ArticleAsp.Net Office preview
Hello,I have the task of having to create a preview in jpg format of the first sheet of an excel file.I tried using Open XML but you can extract an image only if it is checked save thumb option.I have...
View ArticleHow to insert data automatially to a website
Iam testing a website.there i need to create new user agina and again.any way to insert data and create user automatically?
View ArticleUpdate tfs workitem state and delivery date fields through c#
Hi, how to update particular workitem state field to be closed and delivery date field updation through c#.Thanks,
View ArticleSimple way to track activities for logged users on the website
We want to track all logged users’ activities on our website, but in a way that does not require us to add code to every single website page.The idea is to get better insight into visitor behavior and...
View ArticleWhen i select any date,display gridview data only for that date
I created calender module,in which,i have calender and dropdownlist whit three values,when i select particular date and select any one value of dropdownlist;let's say employee ,then at runtime...
View ArticleGridView cells value as parameter of dropdownlist. Problem!
<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource6" EmptyDataText="There are no data records to display." Height="280px" Style="position: relative"...
View ArticleSending Email from Asp.net Application
I want to implement sending of emails function on my web application. Which is the most suitable code snippet?
View ArticleHow to create a component in asp.net
hi there.i want to create a news part. and i want to user that to another projects.how can create that by component ?
View Article