AJAX Timer causes javascript error on page
I have an AJAX asp:Timer that when added to my LogView.aspx page causes a javascript error in the browser: Expected ';' Default.aspx Line: 963Code First, the page that is being displayed in...
View ArticleRefresh the same partial view when clicking on a button
I am learning MVC. I want to refresh the same partial view while clicking on a button. the button is on the same partial view How will I do this? Any help would be appreciated.
View ArticleThere is no error but the slide show is not animating
There is no error but the slide show is not animating only the images are coming they are not changing... This is my code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="pic.aspx.cs"...
View Articleasp.net
I have 7 textboxs and grid view controls we are given the value at one textbox is date and i have sqlserver2005 and my table is stv this table contain the datetime variable i.e. rdate we are given the...
View ArticleEasy unsubscribe in hotmail
Hi, Hotmail now made it easy for users to unsubscribe by just one click. How can I implement this in my ASP.NET & C# page? Technology News @ www.JassimRahma.com
View Articlethree div side by side
This doesn't seem like it should be that hard, so if someone could just give me a kick in the right direction, that'd be awesome. I have googled for two div bellow code :Â <script...
View ArticleMulti Language Support in MVC
Hi Guys,I am new to MVC, i have got a situation where i have to support 10 languages in my web application. I have made some research and found that resource files and routing are the process to...
View ArticleTextBox appear depended on checkbox
<scriptlanguage="javascript"type="text/javascript">Â function forRentClicked(sender) { Â var tb1 = document.getElementById('<%= TextBox4.ClientID %>'); tb1.style.display = sender.checked ?...
View ArticleHow does .NET 2.0 app consume a WCF 3.5 HTTP POST RESTful service?
Hi, I have .NET Compact Framework 2.0 application running on a CE device, having no WCF support. I need to consume a WCF 3.5 HTTP POST RESTful service. The WSDL only generates an empty "Reerence.cs"...
View Articlethe select control
hi all, I am designing a website and I'm using the select control. I have two question: firs:how can I undrestand that user selected one options,I think that I should "onchanged" but it doesn't work!...
View ArticleCSS radioButton list
<asp:RadioButtonListID="RadioButtonList1"runat="server"RepeatLayout="flow"style="color:...
View ArticleEmail Receiving and Sending complete code in asp.net using C#
i want to complete Email Receiving and Sending for web application complete code in asp.net using C# ..... plzzzzzzzzzzzzzzzzzzzzzzzzzzzz
View ArticlePassing data to another page without receive frm database
Can anyone tell me how to pass a data to another, Eg the textbox1 in page1.aspx data(such as hello) when i click on button save, the save button will redirect to page2.aspx and at the textbox2 at...
View Articleabout forum source code
i am working with discussion forum , i need the complete source code of forum module in asp/net 3.5 and VS2008
View Articleparallel programming
I have created a web application for inserting and updating a set of record using C#.net.the coding is as follows.using System;using System.Collections.Generic;using System.Linq;using System.Web;using...
View ArticleASP.NET performance
Hi Experts, I am new in ASP.NET, and having problem with performance of a page. I am showing around 100,000 record(I don't want to apply paging in data control) in a data control of page. On First call...
View Articleasp.net handler asking
it's necessary to make use on handler control if i want to receive the binary image from database ? if not have any method?
View ArticleHELP T_T save image into database (binary format)
HttpPostedFile myPostedFile1 = FileUpload1.PostedFile; HttpPostedFile myPostedFile2 = FileUpload2.PostedFile; HttpPostedFile myPostedFile3 = FileUpload3.PostedFile; HttpPostedFile myPostedFile4 =...
View ArticleCode migration to VB to C#
I've already done it in VB6 which was perfectly working fine but i've to work it in c# for locking access databaseSub lockDb(bPath AsString) OnErrorGoTo Ermsg Dim iFreeFile AsIntegerDim lLoop...
View Article