Rendering a PDF from a FileStream fails in Chrome
HiI’m using the following code to server up different documents to user of our extranet from a share on one of our servers. It works perfectly in Internet Explorer and FireFox but fails in Chrome and...
View ArticleUsing WebMatrix In Web Forms
Hi,I just got introducted with Web Matirx which has simplified ASP.NET application membership. Since I use to work with ASP.NET Web Forms 4.5, I would like to know whether it is possible to use web...
View ArticleCalendar extender Help
Hi,i created a form with an entity that save the data using a stored procedure.in form i have a textbox with a calendar extender, when all values are inserted it save in DB, but when the date textbox...
View ArticleTrying to bind listbox with list item collection throwing error.Listtem...
Private Sub BindGroupDropDownList(ByVal Groups As DataTable) Dim groupFromList = Groups.DefaultView.ToTable(True, "GroupGID", "GroupName") groupFromList.DefaultView.Sort = "GroupName"...
View Articleproblem in comparing strings in c#
Why I am getting this error message:Compiler Error Message:CS0165: Use of unassigned local variable 'idtype'My Code is this:using System; using System.Data; using System.Configuration; using...
View ArticleApplication Designing guide line for interaction between Win & Web application
<div class="post-text" itemprop="description">our company has website which has been developed by asp.net web form and hosted in shared location in ORCSWEB company. web site has a specific page...
View Articleif i click treeview node, it loads again.
hi, i have treeview in master page. so, it will show in all pages. right?.i have one webform called sports.aspx. the treeviw will show in left side and sports.aspx page will show right side.as being in...
View ArticleDatabase problem
hello .......i have a website runnig in iis7 in my systemthe website needs to connect with the database in the same system ......how can i connect ......?please suggest me some anwsrs.......!
View ArticleUpload file to server
Hi,I am trying to create an asp.net web application which will upload a file ( local file from client ) to Server. I get the file from client as <input type="file"> and then send it to server...
View ArticleValidators in User Control to validate Controls on parent page not working.
This is my user control where one requiredfield validator is present.<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Test.ascx.cs" Inherits="MyView" %><asp:Button ID="btnUC"...
View ArticleDate formatting help needed
I have this date as a string value: 201309021622 (yymmddhhmm). I want to display this date on my web page as 9/2/2013 16:22. How can I do this?
View Articleupdate a formview that allows paging (dynamic data website)
<div class="body">I'm working on a dynamic data website with linqtosql dbml file. Could anyone please help in giving some examples on how to update records displayed in a formview that allows...
View Articleneed project information
HimastersI need a project based on file tracker.The application should include --sending file or letter from 1 dept to another dept...tracking its status. and other functionalitycould u plz tell me...
View Articledb connection
i want to insert data in ms access dbmy code isDim insertOk As Boolean = True Dim cn As OleDbConnection = New OleDbConnection("Data Source=E:\studentdb.mdb; Provider=Microsoft.Jet.OLEDB.4.0") Try...
View ArticleGet count from selected items in CheckBoxGroup
CheckBoxGroup fill from databaseDataSet dsCheckBoxGroup = new DataSet(); SqlDataAdapter daCheckBoxGroup = new SqlDataAdapter("EXECUTE userGroupSelect '" + Session["userID"] + "'",...
View ArticleHow can I address variables in a string from resx file
Hi,I'm taking a string from a resx file that contains variables (homet, siteselect, clien, ...)I got strings like these<tr><ul class="nav"><li><a...
View Articleneed help in online visitors
higuysi have this added in login page. it is working but i want to make this red in color and bold so that it can be seen clearly.how to do it.There are currently...
View ArticleLinkButton with dynamic OnClientClick confirm
I have a GridView where each Item has a LinkButton with OnClientClick="return confirm('OK to Disable?');" and that works fine.However, I want the confirm message to be dynamic so that it displays OK to...
View Articlehow to add clickable cell in dynamic table
I'm using dynamic table to show contents from DB. My requirment is how to add a cell that is when I click it, it calls a method to do some operation?
View Articleretrieve data
iam inserting data(name,emailid,message and date) in db in button click eventbut in the same button click event i want to retrieve the data(name,message and date) and display on top of the message...
View Article