Show loading image on grid
Hello All,I am using asp.net 2.0. In my application there is one grid and that grid have one dropdown. On the selection of that dropdown in the grid there are some columns which are populating in the...
View ArticleLooking for CMS with Newsletter
Hi Guys,I am looking to replace Joomla for a client with a solid C# CMS that also offers a basic newsletter functionality. Budget is slim. Any suggestions would be highly appreciated.Thanks!
View Articlehow to create a peer to peer application using .net for outlook folder sharing
I would like to knowhow we can create a peer to peer application using .net for outlook folder sharing.actually i want to Share Outlook between group of computersPlease give me your precious ideas how...
View Articlesql connection time
1) what is the sql connection time out2)is it necessary to close the connection after record insertion.3) how many sql connection we can make with sql in .netThanks
View Articlebest way to save data on sql server
I wnat to dicuss my proble for during data save.I have one UI.on this UI data is saving into the 4 tables.can i save this data over the single sql connection.1st and 4th sub UI have single record to...
View ArticleMultiple File Upload Problem
I'm using a asp.net file uploader control, but whem the user select the file twice, the first selecion is reseted. For example: I select 3 files, before click the Upload button, I click on "Browse"...
View Articleautocompleteextender not working!
Hi here is my code and this textbox, does not result any thing....<asp:TextBox ID="ProductName" runat="server" BorderWidth="1px"></asp:TextBox> <asp:AutoCompleteExtender...
View ArticleThe name 'HazardDropDownList' does not exist in the current context
I have a request to add a new fields on a page that's been in production for a while. When trying to add the associated C# to the code behind I'm getting a "The name 'HazardDropDownList' does not...
View ArticleResolve "Maximum request length exceeded" and FileUpload single upload.
I am using Visual Studio 2010/ASP.NET/C-Sharp website. I basically had an ASP.NET FileUpload control, for which I needed to cater the exception thrown for the following message:- Maximum request length...
View ArticleNo zip file has been created
Hi, I want to zip one xml file below within the project. But no zip file has been created within the folder. Why? protected void Page_Load(object sender, EventArgs e) { if...
View Articlerequiredfield validator dynamically
Private Sub GridView7_RowDataBound1(sender As Object, e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView7.RowDataBound If e.Row.RowType = DataControlRowType.EmptyDataRow Then...
View ArticleDifferent Form Fields for Different Requirements.
HI Guys,I am working on a Job Application Project, Admin Panel and Front End..Add Vacancy from Admin panel and Apply from Front End Against a job using Application form. Requirements are.When Applying...
View ArticleGetting after convertin date time,Conversion failed when converting date...
i am getting after convertin date time private void LoadData() { con.Open(); string s = "SELECT user_name FROM login" + " WHERE user_name='" + Label1.Text + "'"; SqlCommand cmd = new SqlCommand(s,...
View ArticleDoCmd.GoToRecord , , acPrevious In C# ASP.NET Web Form
Above is the Access Way of going to the next record, how would this action be performed in a C# web form?
View ArticleMicrosoft.AspNet.Membership.OpenAuth.OpenAuth.AuthenticationClients.Add("Cust...
Any idea how to use 'Microsoft.AspNet.Membership.OpenAuth.OpenAuth.AuthenticationClients.Add("CustomClient",???..'for own OAuth clien. On my site I use standart clients like FaceBook, Google etc., but...
View ArticleAd rotation Issue
Using: ASP.net 4.0/ C#/ SQL 2008 dbI have an ad rotator control on my website. I made the xml file and everything is working except my jquery. I use the jquery to refresh and change the add every 10...
View Articleforeach statement cannot operate on variables of type 'Diary_Entry'
Passing in a list of dates 'DiaryEntry' through the foreach loop. every date that it records will be highlighted on the calendar....foreach (DateTime d in DiaryEntry) {...
View ArticleSymbol loaded make Slow VS 2010, build project takes more time
when I build my web application it takes more time to build, I check in output, I see more symbol loaded. I have done the below things:1. Tools -> Options -> Debug -> Just My Code2. Tools...
View ArticleIs it possible to use wkhtmltopdf to convert section of web page in asp.net
Is it possible to use wkhtmltopdf to convert section of web page in asp.netI m able tp convert the webpage to PDf by taking the web url.............but is dere other way where i can convert on section...
View ArticleHow to make Excel sheet as protected
HiI Have one excel sheet (97-2003) in my local system, i want to make this excel sheet as protected using c#How can i do that?I am not interesting to use interopAppreciate your helpThankYou
View Article