摘要: AJAX - Asynchronous JavaScript and XMLIt allows us to send request OR Post data to a server without submitting the whole page so it's called AsynchronousThe language we use for it is JavaScriptThe format of the data to be exchanged between the server and client is XMLThat's why its called As 阅读全文
posted @ 2014-04-02 19:32 happyu0223 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Click Here to Insert function IFAdd() { ifobj = window.frames.iframe1; var e = document.getElementById("DropDownList1"); bookmark = e.options[e.selectedIndex].value; // bookmark = document.getElementById('HiddenField1').value; ... 阅读全文
posted @ 2014-04-02 18:55 happyu0223 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Here I will explain how to use Ajax Tabcontainer in asp.net and how to change the appearance of TabContainer using CSS styles in asp.net.Description:I have one web page that page contains lot of information about user like user profile details, job details and new user registration details because o 阅读全文
posted @ 2014-04-02 13:27 happyu0223 阅读(358) 评论(0) 推荐(0) 编辑
摘要: VB:Here SaveImage is the method for Re-size the image with Transparancy......Public Shared Sub SaveImage(imgheight As Integer, imgwidth As Integer, imgfilename As String, path As String, upImage As FileUpload) Dim width As Integer = imgwidth Dim height As Integer = imgheight Dim fileName As String = 阅读全文
posted @ 2014-04-02 09:39 happyu0223 阅读(214) 评论(0) 推荐(0) 编辑