ASPX Tags not rendered in ASCX User Control
In an ASPX file I have something like this:<%@ Control Language="VB" AutoEventWireup="false" CodeFile="articleFeature.ascx.vb" Inherits="ASCX_articleFeature" %><%@ Register TagPrefix="prefix"...
View ArticleCustom validator not working server side
Hi folks...a truly frustrating problem!!Have a custom validator that just does not call the server validation function but it does call a clientside function if i add the tag. To check it was not...
View ArticleHow to use Datakeys with sql server?
Hey All, i'm trying to make my gridview is Editable, i used a sourse code in the internet but i had a problem update and delete methods can't recognize this statement int UserID =...
View ArticleLinq with Dynamic OrderBy!!!
hiplz help me to make dynamic linq command with dynamic orderBy.this is my code:query = query.OrderBy(c => c.Id);But i want to get clumn name dynamically and sort my data by Name,Id,Subject,Date and...
View ArticleHow to speed up performance in asp.net?
Hi All,How to speed up performance in asp.net web application? After running the website, if i click any link it take much more time to load(more then 10 sec) or some times get timeout.Can anyone give...
View ArticleImage is not displaying
hi, I have to show the image,i am writting the html code,but the image is not displaying.messageBuilder.Append("<img src:C:\\New folder\\Logo.png>");Suggest me with the answersThank You
View ArticleNot displaying Image
hi,I have to embed a image,but its not coming,if i do like thismessagebuilder.append("<img src=cid:me>");AlternateView htmlView...
View ArticleHow to call a C# function from Javascript
I have attached my sample Code.my code is not working and came this error-Microsoft JScript runtime error: 'PageMethods' is undefined.Give me any one Solution.<script type="text/javascript"...
View ArticleHow to Publish my HTML website in live?
Please provide the steps to publish my html website in live by using control pannel, FTP and any other process.
View ArticleValidator
Hi All, I have created one Application which is having two Input Control one is Drop Down State and another one is Text Box ID. Now initially both were mandatory and 12digits numeric of Id. Now...
View ArticleHow to set DateTime property using yyyy-MM-dd format
I have a datetime property similar to the following:private DateTime birthDate; public DateTime BirthDate { get { return birthDate; } set { birthDate = value; } }For displaypurposes, I use a datetime...
View ArticlePaging and searching without postback
hipaging and seaching without postback . i dont want to use sql datasource too. is there any way to implement. please help me
View ArticleClean Up Unused Namespaces
Is there any shortcut key to clean up unused namespaces in visual studio 2005...Please Help Me I have arround 400 pages...
View Articlehow can display confirmation messages in formView
dear all how can display confirmation messages, when user submited insert form in formview data control ? for example when user submited button and after post back display your messages was send ? regards
View ArticleCompress/minify css and js in asp.net using webconfig file
hello guysWhat is the best wayt ominify css and js in asp.net using webconfig file not using iis
View Articleerror in Change Password without changepassword control
HELLO,i use asp.net membershipnow i created a page for user ,for chage password ,i don't want to use <asp:ChangePassword>,i want create this custom.my problem is: i want check user oldpassword...
View ArticleAsyncronus method
Hi,I need to learn Asyncronus method in .net C# but unable to understand 100%.Furthermore i find that the method in C# 3.5 we create a delgate of a method which we want to make Asyncronus.But in 4.5 we...
View ArticleSort values in a listbox
Is there a quick way to sort items in a ASP listbox using VB.NET? Thanx,
View ArticleRe: ShowDeleteButton Confirm in vb.net
do it this way - http://www.codeproject.com/Articles/32756/ASP-NET-GridView-delete-confirmation-using-asp-Comthanks,
View ArticleREGEX Validation
Hi All,Hope you can help me. I need to know how to fix my problem in validating text inputted in the textbox.Im using the code below to validate the text, the textbox should only accept text in format...
View Article