I have problem with click event for Web User Control (Does not work)
Am developing web Application with visual studio 2010 and vb.net. I created user control which will be loaded to the default form. Before I Rewrite rules in web.config file it was working fine. The...
View ArticleASP.NET Runtime error: Object Reference not set to an instance of object
I have a website project. All the aspx page directives in project have an underlined warning and upon hovering it says "ASP.NET Runtime error: Object Reference not set to an instance of object." How do...
View Articlearticles in .net opensource
hi im looking for open source asp.net, which be easily intergerated with current sqlserver database, which includes the feature of- writing articles- end users can ask question on the ariticles,...
View Articlesearch list in table by C#
hiI have a list of users id,and i want to find users in table that their UserIds existing in my list.I use entity framework.thanks...
View Articlea live web server
can i host a website from my laptop ? like i have developed a lot of web sites and few are online on servers via free hosting sevice but if i want to serve it from a laptop, so it possible ? i mean...
View ArticleDOM Exception 5 on Safari Browser
Everyone, I am working on web application with Telerik controls. I am facing browser issue on Safari browser & its working fine on other browsers Firefox, IE, Chrome etc.I have provided below...
View ArticleQuery to display records horizontally
Hi, I am making am asp.net website with access as the back-end database. I have a table followup_trans which has the following fields.1) followup_date 2) remarks i want to display data...
View ArticleContext.Request.Form["__VIEWSTATE"]
string vs=Context.Request.Form["__VIEWSTATE"];returning veiwstate string inspite of turning EnableViewState="false" at page directive.Thanks.
View Articleerror while using create user wizard
when ever i try to use a create user wizard or any validation control . then when i debug the page then it show error like this Server Error in '/' Application. WebForms UnobtrusiveValidationMode...
View ArticleHow to Right Align Text in BoundField Column of GridView ?
Hi,i am trying to warp my header text and align my item-value in BoundField Gridview column in aspx UI.tried doing all the code but it didn't help. Here is what i have done : <asp:BoundField...
View Articlehow to show live channels into webiste
How we can show the live channel on my website, what wil be the process for the same.I am going to create a website in asp.net 4.0 using c# ,live streaming server. In which I need to display a TV...
View Articleclear value of dynamic generated control issue.
public void AddNewRowToGrid() { int rowIndex = 0; if (ViewState["CurrentTable"] != null) { DataTable dtCurrentTable = (DataTable)ViewState["CurrentTable"]; DataRow drCurrentRow = null; if...
View ArticleTupples Tuple Key word?
Hi All, How to use Tuple Keyward in C#.net?Thanks in Advance..Jagan..
View Articleusercontrol ascx and webform aspx jquery
hi, experts, I have a common user control using in many aspx files.the usercontrol jquery version is 1.10.1 but some asp pages are not same version as jquery in the user control, maybe 1.6.1, 1.7.1,...
View Articleautomatic paging in gridview by using javascript
Hi all,I'm new to javascripts,how can it be code to automatic change the page in the gridview, and after finish the all page, it will update the gridview data?
View ArticleOpen Source Tool for add ,edit and rmove text on Image ?
Hi I am designing an business card for the clients , so i have set of template images and i need to add text wherever i want and save the image, So is there any open source tool to add,edit and...
View ArticleUsing query string or fetch from database?
Hi there.I have a gallery. user click on an album and then on a photo to view.when the photo is shown, I need to have the AlbumID of the photo.Is it better to send AlbumID in querystring from the album...
View Articleunable to send mail
i want to send sms from asp.net application . i have written this code for sending mail .<div> try { string filename = Server.MapPath("~/App_Data/FeedBack.txt"); string mailbody =...
View ArticleErrors and other messages
What are the acceptable approaches to display errors and messages to users? Are the following acceptable:- setting errors to a label- Using RegisterStartupScript to display in javascript- how to do it...
View ArticleUsercontrol within a usercontrol
Hi,I have a UserControl1 within a UserControl2. The first UserControl1 has a RadioButtonList on it with multiple radio button when clicked causes a postback and does it work. In UserControl2 i have a...
View Article