Saving multiple rows of gridview into database
Hi there, i have a gridview which populated via selected item on my drop down list which I don't have any problem with that. My problem is I am trying to save multiple rows on my gridview into my...
View ArticleField Validation for browsers not supporting html5 required attribute
My form breaks when I hot submit because I need all fields to have values. I used required attribute and this works a treat for IE, FF, Chrome but not Safari which sucks! How do I do this? I need JS...
View ArticleHow to call js + Ajax from onclick in .apsx?
Hi,I'm working ona webforms app that was written 5 years ago. for 1 page, I need to add a function where when a user clicks a radio button, I need to go back to the server side, access db, do some...
View ArticleMaximum Value in Column from a Table and Database
The object of myreader is to take the first and only maximum value in col1 in table1.My connection string works, changed here for my protection.Thanks in advance.Sub Max() Dim cmd, conn Dim connStr,...
View ArticlePassing a method dynamically with a property with parametere in addressof...
<div id="id_51aa0eeb3dffb7d11238365" class="text_exposed_root text_exposed">i have a issue that I am creating a property with parametere in set section we set we find control for that page that...
View ArticleWhat's Best for Bootstrap ASPX or MVC (razor)?
Hi Everyone, Just want to ask if what's best for twitter bootstrap is it ASPX or MCV (razor)? This will be use for a site like facebook... Thanks, AXL
View ArticleGridView Command and PopUp Window
I have a gridview with up to 10 columns and a LinkButton as a command to update each row.On Click of the LinkButton, I want the application to open a pop up and list all the column data in text boxes...
View ArticleHow To Load File Automatically into File Up loader.
I have requirement , I have asp page with file up-loader and button name "upload"...with out using the browse ,i want load some default file in file up-loader ,suppose , I have folder in...
View ArticleHow to keep track of logged in users
I am building a chat application very similar to facebook chat, without audio/video ofcourse, for a website. for that i need to know when a user is logged in and tell other user/friends of users that...
View ArticleSecurity - "Could not find Stored Procedure"
Newbie question again...I added this line to my code behind to automatically add all new signups to the "member" role -Roles.AddUserToRole(NewUserWizard.UserName, "Member");The statement worked fine...
View Articledate formatting with ajax extender
been trying to provision an ajax masked edit extender to only allow valid dates, mm/dd/yyyy format and as user types left to right after the 'mm' digits the extender inserts a '/' and after the 'dd'...
View Articlehow to read text from image in asp.net.?
hello friends, i have a registration form in which i have captcha field and i want to fill the textbox with thee string shown in captcha image on button click.. any suggession will be very helpful...
View ArticleChat Editor with Emotion and Font Style in asp.net
I am looking for a chat editor which will contain:1. Text Area to write text2. Emotions3. Font Personalise- Font Style, Bold, Italic, Size, Underline.4. Once type text, character will count and show5....
View ArticleBlock window from double click while Postback
I want to block window when any user click on button or any postback happen, once the execution complete it will open the window (remove block) as like before or I will redirect user to another...
View ArticleJavascript with in stringbuilder
Hi all I have written the following code to display an alert dynamically so that I can use the function in each and every page instead of creating script on each and every web page designpublic static...
View Articlehow to create download link to download a file from folder
Hello friends,I need a help from you.i insert some files into my folder and sent the file name to data base.and now I create div dynamically from code behind to show my file into my web page and also a...
View ArticleRequired Field Validator is not firing in C# asp.net
For some reason my required field validator is not firing. Any idea why not? Code is below:<asp:Table runat="server" ID="tblSelect" HorizontalAlign="Center" Visible="true"><asp:TableRow...
View ArticleRegisterUser misbehaviour
HelloI addes a cutome step to a RegisterUser Controlit contains only DropDownList which is bounded to a datatable through sqldatasourcethis goes okin the next step I implemented the...
View Articlebuttn to insert html code
i have a text editor wich reads text frm database and i want to have a button that when i press it inserts some html code in the text editor... eg button inserts this when pressed: and asks for title...
View ArticleHow to protect Image folder Access from URL
I have an Image Folder contains important images. The folder remains in my application. So if any body try to access the images from URL, they get easily.How can I stop that? So that user cannot view...
View Article