asp:Menu does not display all items
I have a <asp:Menu ...> control on a master page. After working for a long time, suddenly the menu does not display all the items.Looking at code behind, all the items ARE indeed loaded...
View Articlehow to write in Hindi..in textbox
HimastersI have 1 textbox and 1 search button like this......textbox......................... search buttonwhen i write something in texbox and click on search button. Thiis shows me result.But i...
View ArticleProblem accessing the a Portable Class Library in web project
I created a Portable Class Library since I want to share this with my web site as well as Windows Store Apps. So I created a simple Portable class library project named TaxCalc and added one classs...
View ArticleElement 'elementname' is not supported.
I have VS2010. Web app project. Every aspx page has green lines under every asp control saying it is not supported.For instance: Validation(): Element 'label' is not supported.I get that error for the...
View ArticleExamples for Multiple Independent Table Editing
I have a system that uses multiple configuration tables users can edit for controlling cetain aspects of the system. They are independent with regard to each other. Currently, the user has to...
View ArticleProblem converting to Web Application because of WebPartManager
In the past, this project I am working on required a manual call to 'SetPersonalizationDirty' on WebPartManager, so the developers extended WebPartManager to make that call. (Hint: before doing the...
View ArticleCreating table 3*3 based on elements number from asp.net codebehind
public void GetTableData(int index, List<SubCategory> subcatList, int PageSize, string type) { int count = 0; int number = 0; lowerbound = (index - 1) * PageSize; upperbound = (index * PageSize)...
View ArticleHow add an Image to a GridView dinamically
Hello I'm trying to add an image to a dataview mu code is: <body><form id="form1" runat="server"><div align="center"><fieldset style="width:400px;height:230px;"><table...
View ArticleDataTable to array c#
Hi,I need to insert the data of many columns from the same table in an "int array". The values that i need belong to one line of the sql table.to be more clear, i have a table "TPRINCIPE"...
View ArticleHow to create .aspx page dynamically from XML
I want to able to create .aspx page dyanamically from xmlor I want to build something for a client, when they can choose textbox, dropdown button etc ... and then create .aspx based on thatHow do I do...
View ArticleCan't get google calendar to subscribe to DDay.iCal feed
I keep getting the error "Cannot fetch Url" when I try to Add my iCal feed by url to google calendar. I created a handler (.ashx) in c# using the DDay.iCal nuget package. It returns a string of data....
View ArticleUpdate Panel, Validator and JQuery
Hello, I'm currently having an issue with my validation.Bascially my validation and jQuery works fine inside and outside the update panel. However the issue is: when the update panel posts back the...
View ArticleIntegrate PayPal with ASP.net
I need to integrate Paypal into ASP.net Website . I need to allow users to enter their paypal id and transfer money from our paypal account to theirs.What is needed is one text box, one button and a...
View ArticleSend variables in POST, and read them on the other side.
I want to send Username and Password with Response.Redirect, but not put them on querystring.I think POST-GET tech are suitable for this. Can I do that with HttpWebRequest?And how do I read variables...
View ArticleValidation Expression [start with 8 or 9 And 8 digits only]
hi, friends,I want to use regular validation expression. but I don't know the validation expression for my requirement.my requirement of validation is:Number must start with 8 or 9 And it has 8 digits...
View ArticleAsp.net Treeview
hi there How can i use right click context menus in treeview control ? Thanks
View ArticleHow to add space between 2 list items in Dropdown List using CSS
Hi All, My Requirement is to add some space between two list items of drowdown . How it can be done with CSS ? Tnks in advance. Regards Sandeep M
View ArticleCalender Event style control ideas
Hi Just a quick questioni need to create a type of data enabled Calender control/schedulareach day will be populated by a data source sql tablethe layout is some thing like below , DTA = data populated...
View ArticleIntregate forum in c# .net shopping cart platform
Now I using shopping cart platform call vevocart which base on .net Web Forms to bulid e-commerce website for customer. My customer want forum to his website then I plan to intregrate forum plugin to...
View ArticleHow to create document template in asp.net using c#?
Dear AllI am developing a DMS application where i have a requirement to create document template. Not only create but the CRUD operation will be done in document template. Through the template several...
View Article