Fail to detect and fail to prompt error for same data in the SQL server and...
I'm trying to ensure that the user does not insert data that already exists in the database.I have used datareader to read the data from the SQL server.protected void btnAdd_Click(object sender,...
View ArticleConvert problem with "date textmode" for textbox
protected void Grid_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "ibutonsec") { int num = int.Parse(e.CommandArgument.ToString()); txtboxStartDate.Text =...
View ArticleChange label Fontcolour Based on condtion.
Hi,I want Change textbox Font Colour based on below Condtion.If Label text "Success" means I want change label Green color.Otherwise Red.
View ArticleDigital Signature Authentication For Login
Hi All,I had a problem that,When i tried to access the digital signature/certificate from local machine it is giving the results from the server machine not from the client machine.So how to resolve...
View ArticleDigital Signature/Certificate authentication issue
Hi All,I had a problem that,When i tried to authenticate digital signature/certificate which is available in local machine it is giving the results from the server machine not from the client...
View ArticleWebpage Error When Previewing Page
Hi everyone!I have some code which, when implemented into my asp page, displays an internal server error when trying to view the page.I am not new to programming but I am relatively new to asp. My code...
View ArticleHttpruntime- ExecutionTimeOut
I'm getting timeout error while importing large number of fields from CSV file. While importing it refers the timeout which is configured in<httpRuntime executionTimeout="120" from web.config file....
View Articlereplace last instance in string
I have a string:dog dog dog i want to replace just the last of dog to dog dog cathow would i do this?thanks
View Articlewindows authenticaion in ii7.5
how do i configure iis 7.5 (windows 2008 r2), and what should be configured in the web.configthat i will be able to get the user logged identity to his working station in the domain?
View Articlehow to trnasfer file from remote
Hi all how are u ? Im using asp.net 3.5 c#.net and I want to trnsfer file from remote server to my laptop which also work as server Such from http://remoteserver.com To http://189.67.45.7 How ?
View ArticleAjax fileupload doesnt allow multi select and doesnt render drop/drag
I am in vs2010 using .net 4.0 running latest release of ACT and its not working. I asked on the Ajax forum with little response. The control renders correctly in VS but when I run it doesn't show...
View Articleneed suggestion about ffmpeg
hi all how are u ??in fact i have using ffmpeg for .Net ( win 32) and i download it from http://ffmpeg.zeranoe.com/builds/win32/static/ its work fine on localhost , i have access ffmpeg.exe to...
View ArticleMake visible on drop down menu selection??
This might seem simple, but I am looking to make certain objects on my asp.net page visible when a specific item from a drop down menu on the same page is selected. I am trying to do this on a page...
View Articleajax tabcontainer
hi im using ajax tabcontainerI want to load a dropdownbox fetch records from database, when I click Only tabpanel2.. How can I do that, it helps me to improve the performance, rather than loading all...
View ArticleReferencing webcontrols in an UpdatePanel in EditItemTemplate of a Gridview
Hi I am getting null reference exception when trying to reference a web control which is within an AJAX UpdatePanel, which itself is within and EditItemTemplate of a Gridview. I am doing this in the...
View ArticleHow can I authenticate static resources in virtual directory?
I want to authenticate user to access virtual directory that contains (MP4, SWF, MP3, Images, HTML and other static files). this virtual directory is used by another web application that exists in...
View ArticleTextBox with CalendarExtender loses value on focus change
G'day guys, I just happened to notice this bug in the system I have built and have been maintaining.... This only happens in the pop-up panels that is used to insert data into the system. The key...
View ArticleBinding Checkbox itemTemplate with different dataset inside the Gridview
<Columns><asp:TemplateField><ItemTemplate><asp:CheckBox ID="chkStatus" AutoPostBack="true" runat="server"/></ItemTemplate></asp:TemplateField><asp:BoundField...
View ArticleUser control relations and access
Hi all,There is the next relation: Page-> UserControl1->UserControl2->UserControl3.How to access dropdown list value in UserControl1 from UserControl3?
View Article