Firing .NET button click from javascript
I am trying to implement some code that will trigger a .net button click event from Javascript, but it does not work.Here is my code: //isDirty Javascript CODE window.onbeforeunload = function...
View ArticleAdding a record to another table onItemDeleting
I have a listview then when I click on the delete button of a record I want to add an entry into another table, basically a log that says "this item was deleted by so-and-so on such-and-such date"But...
View ArticleGet form data from listview?
I am building an office supply order form that will be used between our offices. The supplys on this list will change almost quarterly so the items are listed in my database - I managed to get...
View ArticleHow to retain carriage returns or line breaks in an ASP.NET web page
Hi , I am using asp.net framework 1.1 and my program is storing some values in a textarea field.Database: aaa bbb cccBut when my program retrieve the value out and display on the screen, it will show...
View Articleneodynamics printing barcode in zebra printer
I have sed this code to print barcode labels but after the code exceutes nothing happens I have put this in print button click funtion.I ahve used neodynamics barcode professional sdkprivate void...
View ArticleOpen a Word Document in Brower window
Hi all,I want to open a ms-word document file which is located in local system on the click event .......in the browser window itself..plz Help me....
View Articledropdownlist bind refresh
I have a form with many various input types. The dropdowns are lookups from a table. If a user needs a value not in the dropdown, it can be added to on another page. How can I rebind the dropdown...
View Articleblock user account in asp.net
i have created a website where i used sqlmembershipprovider,i want to block user account when he is mischief how i can do this please help me!!!!!
View ArticleHow to run video through URL without any plugin across browser in C#.NET
HI,i want to run a video through URL on my web page without any plugin install across browser in C#.Net.I tried this thing with i-frame and object tag but not finiding porper solution.So request you to...
View ArticleChecked child only store in table
i had treeview control for storing Module,Parent ,Child in table when i checked parent and child only store in table but unchecked child also store in it. How to checked child only store in...
View Articledefault image if null in sql
i'm trying to load a default image if it reutrns null<ahref="<%# Eval("url_img","uploads/images/{0}") %>"rel="lightbox[on]"title="+<a target='_self' href='detalhe_atleta.aspx?id=<%#...
View ArticleRadioButtonList layout problem
In a .net 4.0 web form application, I need to achieve this:Credit Card Type: o Visa o Master o Amex o DiscoverThat is, they have to appear in a single line. This is what I have done:<div...
View ArticlePosicionar panel en ASP.NET (Urgente) :/
<div class="body">Hola, en estos momentos tengo que hacer un tablero de ajedres de manera dinamica, para ellos necesito que los paneles me queden en posicioens que se aplican desde codigo. Me...
View Articlesimple way to make a search field work
i have a database MS SQL and a table that is used for inventory of all my equipment. i need an easy way to make a textbox and a button work for searching that table and pulling up results. i have NO...
View Articledropdown menu evenot working in aspx page
My dropdown list event not working. bellow my aspx code. <%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Employee.aspx.vb" Inherits="Employee"...
View Articleassign transaction to user
I have 6 usersi want to assign work to each user one by one with each transaction , like if i submitfirst transaction it should assign to first user , if i submit second transaction it should assign to...
View ArticleHow to style a menu in asp.net
I am trying to style a menu, so the sub menu has the same style as the top. The code below has the top level menus bolded and a border around them. When I click the sub menu under alert, there is no...
View ArticleI want to learn Linq in asp.net
I am new in Linq. Can any one help me to learn it beginer stage.Please send some resource url or pdf or video tutorial
View ArticleRequired Field Validator
hi , I have a problem regarding required field validation . when I click Save button with a empty textbox the requiredfield validation Error Message get display but even after enter the data that...
View Articlehow to build static web pages/websites,asp.net?
i m on a project where i have tto work on static web pages/websites.I m working on ecommerce website for a client products, after launch we got a offer from promotion agency who have recommended...
View Article