Hi, How will show the custom message in validation summary Validator Is it possible?
jinovv
Posts
-
Custom Validation Sumamry Message -
Emails are going to spam folderEmails sending from my application are going to spam folder.why?
-
How to bind all the columns in a data table to dropdownl list?Then why should you need a scroll bar in dropdownlist?
-
How to bind all the columns in a data table to dropdownl list?When you click on the arow in the drop down list , it will be shows a list of items with scroll bar. am i right?
-
How to bind all the columns in a data table to dropdownl list?Loop the datatable and Append All the values expect productId into string .Use this string as DataTextField anf ProductId as DataValueField
-
Import contacts from email in asp.netHow to import email id or contacts from other domain for ex. say from rediffmail,AOL mail,gmail,etc in asp.net c#?
-
Grid view content as emailhi How will we send contents of a gridview in an email message body Thanks
-
Compress imagehello, I am uploading images and saving it into the sql sqever databse's image field.Some images are very big size .I have to reduce the size of the images into a fixed size(a small size) before save it into the table.Is there any possibility to reduce the size while uploading or saving with out affect it clarity. Thank you
-
Create a simple custom control [modified]Hi all, Can any one explain how will create a simple custom control. What are the steps for doing this . I am new to this . Thanks
modified on Saturday, March 15, 2008 6:13 AM
-
Dynamic columns in grid viewHi, Thanks for you reply.But there is another problem. In the buttton click, all other columns expect template field is there as such. The template column is there ,but the control is invisible.If i am creating the control outside !ispostback then i couldnt get the checked row for deletion. How will solve this.
-
Dynamic columns in grid viewHi, I wrote a function for dynamically create some bound columns and template field in grid view.The template field having check box in header template and item template. First i have called this function on Page_load (!IsPostBack). This will work fine. Then i have checked the check box and click on a button(for delete the checked rows), the check box disappers.After the click event,if i am trying to access the check box from page load ,it returns null.I couldnt access the dynamically created checkbox . Why it happening? How will i solve this problem? Thanks
-
[Message Deleted][Message Deleted]
-
questhi am trying to do display the items from database to label.when i click the NEXT button ineed to display the second record to the label . how its posssible