Hello,
I have a AJAX NumericUpDownExtender and Text box dependent on this . I want when I clicked on the button text of Textbox dependent on the NumericUpDownExtender transfer to another textbox .
Iwrite this code:
</cc1:NumericUpDownExtender>
<cc1:NumericUpDownExtender...
I want to write schedule calendar with C#.net.
How can some days have been recorded in the database, show with different background on the calendar?
Thanks in advance!
Hello
I wantto tell you my problem as a example:
I have two textboxes and one button in the page. When I click on the button, MoneyManagement table in sql database is updated by text of textboxes .Type of this field are nvarchar
I wrote the following code :
protected void...
Hello,
I am a novice in jquery. I've found the code that it opens a window by clicking on a link .
To do this I wrote the following code:
<head runat="server">
<title>Untitled Page</title>
<style>
.jqmWindow {
display: none;
position: fixed;
top: 17%;
left: 50%...
By changing codes as following ,the problem is solved:
function MenuItemSelected()
{
var radioButtons = document.getElementsByName('<%=RadioButtonList1.UniqueID %>');
if(radioButtons[2].checked)
{
window.alert("jjjjjjj");
}
else
{
window.alert("tttttttttttttttttt");
}
}
Hi,
I have a radiobuttonlist and menu in the page and they in AJAX tab container .
I want when I click on the menu according to the Radio Button selected, a different display.
I wrote the following code:
function MenuItemSelected()
{ var radioButtons =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.