Pdf to Html page
I have a pdf document with multiple pages and I want to display each page of the pdf one after another on the webpage when user clicks "Next", "Previous" , "Last", "First" buttons.
View ArticleWebParts naming in a CatalogZone
Does anyone know how to set the default name of a WebPart.When I load all of my WebParts into a CatalogZone, they all get displayed as "Untitled". Not easy to chose the right one!I've tried creating a...
View ArticleCalendar Booking Sytem
Hi I am trying to create an booking system using ASP.net in Visual Studio VB I am using the calendar and I am breifly aware of the calendar controls. But I want to know how can I add a database behind...
View ArticleRandom Number doesn't change on page refresh
I have a class called RandNumber that contains that contains a few ints and a function for generating random dice rolls.I am using this class on another page which works ok at first, but when I refresh...
View ArticleGet data from a stored procedure
HiI have been working on this issue for about a day and half and im getting nowhere. In a last ditch attempt to sort this I have posted this.I have a web page (VB) that is about 10 text boxes, when a...
View ArticleAdd Envent to Control added dynamic
I'm using asp.net and c# for webForm. I'm generating a dropDownList dynamically, but I can't execute an event for this control. Below some code:DropDownList nuevoCmb = new DropDownList(); nuevoCmb.ID =...
View ArticleDelete file from Request.Files
I have an asp uploader and when the user uploads an image it's displayed, but the user can remove the image, but it's not removed from Request.Files and then the image will be uploaded. How can I...
View ArticleDetect event from usercontrol
Hi AllI have a dropdownlist in my usercontrol. I also have a function in the ASPX page that this usercontrol sits in.When the selectedindex is changed on my usercontrol's DDL, I need to be able to call...
View ArticleJQuery: Dynamically load .aspx page with code-behind functionality
Hi all,I have created Events.aspx. Events are loaded from CRM 2011 and now I have to solve problem with slow load of page.I think better will be create part with events like user control and use JQuery...
View Articlegetting value from web.config
Hi,I have a solution.Which has a web application and a class library.While running the solution i need <endpoint address="myurl" > in the class library from the config file of the web...
View Articlehow to format amount field in gridview in edit mode
Hi, This is what I was able to format the amount field displaying currency ,but when I got to edit mode, the formating is not there. so what event I can do the formating , I appreciate a snippet of the...
View ArticleGet form data from listview?
I am building an office supply order form that will be used between our offices. The supplys on this list will change almost quarterly so the items are listed in my database - I managed to get...
View ArticleLinq DateTime format error
Hi,I have to convert DateTime in yyyyMMddHHmmss in linq query but its throw exception message could not convert datetime to SQL statement.
View ArticleWhy did I get this error when I enable SQL Server service broker?
Hi, in my web form apps, I am using SQL Server Database (Not Compact 4.0 one), I am following this steps to enable SQL Server service broker:http://msdn.microsoft.com/en-us/library/ms166086.aspxBut...
View ArticleASP.NET DataPager
I rely on DataPger Control in my work but I didn't sure if this suitable to server? (Does the Database server fetch and send to client only records equal to page size of DataPager?) if yes why some...
View ArticlePrint data from sql database on aspx page in Webmatrix
Hi,I am new to webmatrix and want to print some data from Sqldatabase which comes with Webmatrix. I selected Windows Authentication mode in SQL. I am confused what should be the connection string, what...
View ArticleDoes anybody know how to merge two columns of data from stored procedure?
Hi, I have a SQL stored precedure which returns the two columns of data such as:ProductID Description12234 Computer hard drive...... ......Now, since my...
View ArticleDelete Record Using Linq
DataContext db = new DataContext(); List <Sub> Sc = new List<Sub>(); Sc = (from SC in db.SubC where SC.Bid == BoqId&& SC.Sub_Con_id == ScId select SC).ToList(); Sc.....?????? So I...
View Article