Open Folder selection Dialogue
Hi thereIts a very simple question, but as yet no one has a simple answer or any answer that works.So how can I open a folder dialogue that I can get a folder path that will work in IE, FireFox...
View ArticleObject reference not set to an instance of an object.
Hi,I am getting this error at run time:Object reference not set to an instance of an object.Description:An unhandled exception occurred during the execution of the current web request. Please review...
View ArticleData Grid Item Command event not firing
Hi Guys,I am using DataGrid in my form, when i click on Link Button in datagrid, Item Command event is fired and Ajax Modal popup is opened.But problem starts when i click on Same Link Button second...
View ArticleAttaching Homepage Banner in Email
Hey Guys...Just wondering - I have this email acknowledgement that I need to create. I have this completed and was wondering if I can make the email a little more pretty by having my home page...
View ArticleProblem on Submitting data if multiple users logged in to the system on server.
Hi All,I have developed an application in Asp.Net 3.5. In this, I have used 4-tier architecture.Server Detail ------------- Application hosted on Windows Server 2008 64bit OS with IIS 7. Server is...
View ArticleWebsite building tools
Is there any free tool in dot net like wordpress to develop website.Thanks.
View Articleregister and unregister the com component
how we can install and uinstall the com compnent into gac.do we need to register the com using the below command?regasm /codebase /tlb:a.tlb OurAssemblyFile.dllThanks
View ArticleFind a control inside a FormView itself
Hi, I wonder if there is an option to find a control to the FormView itself.I tried this:protected void FormView_PreRender(object sender, EventArgs e) { Label Label1 =...
View ArticleDropDownList selected Value always the same!
hiDropDownList fill from data set!<asp:DropDownList runat="server" ID="dropCategory" DataTextField="categoryName" DataValueField="categoryCode"></asp:DropDownList> DataSet dsCategory = new...
View ArticleProblem publishing wensite on local pc
Hello EveryoneI am having a problem publishing a wensite on my local machine i get list of file names of my projectI am trouble uploading a print screenHere is one line:Localhost-/hero/to Parent...
View ArticleReturn clients local file path from file open dialogue
I am currently making an ASP.NET application that will run in a private network. There is a requirement for the users to be able to add links to files. Similar to the file upload control, but rather...
View Articlehow to allow paging in datalist in asp.net.
how to allow paging in datalist in asp.net.
View ArticleDrop and Dragging in design mode of VS 2010
Hi people;I have an elementary question to ask.I want to create a web form in a hurry. I did not want to use html tables for layout. I would like to use the absolute positioning and snap to grid that...
View ArticleUsing repeater, take FK and display column from that table
Using a repeater I run through the 'SelectedUtility' table and output where a match is made. This works fine as it is, however it displays the 'Utility_Id' which is a foreign key to to 'id' in the...
View Articlesafe or not
string id = Request.QueryString["id"]; string ConnectionString = WebConfigurationManager.ConnectionStrings["name"].ConnectionString; SqlConnection con = new SqlConnection(ConnectionString); SqlCommand...
View ArticleAccessing Folder of other application.
Hello,I am hosting one application on shared hosting company and i am saving image in one of the folder of that application. Now i am plan to host another application but use the images of that other...
View Articleafter create ms word file set header and footer in ms word using c#
after create ms word file set header and footer in ms word using c#.
View ArticleDataGrid ItemCommand event is not working when i click on LinkButton
<div style="margin-top: 25px;">I have a DataGrid , in that one of the column is LinkButton. When i click on the link button it's navigate to another page based on row selection. for this i wrote...
View ArticleHow to get value of HTMLInput(Text)
Hi experts, i am new in web development. using visual web developer, if i drag asp textbox is not a problem to get the value, however i am using HtmlInput(Text) as input box. The situation is like...
View ArticleProduce Google Map Example
I needed some functionality to connect the user to directions for an Event address on a website I am making. Below is some code I made for that function. I am new to C# code, so I'm sure it can be...
View Article