Sir, How to make connection to the SQL Server 2005 & to call stored procedure in JAVASCRIPT using disconnected architecture? :)
deepseeindeepsy
Posts
-
Calling Stored Procedure from javascript code -
How to access the dynamically created controlOk Sir, but I just want to track which txt box has been focused , or hovering or clicking it a msg to show or will go to the redirected page. It will also work. Your excellency. :)
-
How to access the dynamically created controlRohit, I have did it otherwise, text boxes wud not appeared on the page.
-
How to access the dynamically created controlHello Sir, I have created dynamic table which contains textboxes which counts equal to the value in the text box (for entering number of rows to show) on the page & hence appears it. Now, I want that when user click to any of the textbox, I want to have its ID so that I will work on it further OR how to know which textbox have been focused. I m not getting any idea as it is dynamic control. Please help me! Thanx. :)
-
Multiple Select Statement in stored procedureThanx boss !!! Its working with minor changes as =ds.Tables[0].Rows[0][0].ToString(); Thanx a lot! :)
-
Multiple Select Statement in stored procedureSir, In my ASP.NET application I have the dashboard. Number of records needs to be fetched from database into it. Hence,I want to write stored procedure which gives me these records using multiple Select statements. Is it possible to fetch it? If yes how it can be done. Thanx :)
-
Multiple Select Statement in stored procedureSir, In my ASP.NET application I have the dashboard. Number of records needs to be fetched from database into it. Hence,I want to write stored procedure which gives me these records using multiple Select statements. Is it possible to fetch it? If yes how it can be done. Thanx :)
-
set dropdownbox value which affect on other dropdownSent.. :laugh:
-
set dropdownbox value which affect on other dropdownHi kemu... Just give ur email id. Or koin me on G-talk. I will give u straight forward code for it. OK Sir... :)
-
set dropdownbox value which affect on other dropdownHi Kemya, You can do this using design time & coding. Which u want to prefer...? :) Its deepak. So..Whats Your Rashi?
-
Want To Bind Data To HTML Control [modified]Do like as... On btn click use Response.redirect("name of page to redirect to") method. U will go to .html page. In this method u can use Query string of related data to fire query on html page to fill the data to the control on this page. Is there any control on .htm page which support data binding property? :laugh:
-
Want To Bind Data To HTML Control [modified]Rohit, First clear me that what page u r using .html or .aspx If U r using .aspx page,then data can be bound to dropdown list from db by using SqlDataSource. Is it so? :)
-
Want To Bind Data To HTML Control [modified]Rohit, Which type of html control u have on ur page? Why r u not using SQL Server to fetch the data. :)
-
Inserting Only time into SQL dbSir, I used the timepicker from EW & have written the statement as objData.AddParameter("InTime", tpInTime.SelectedTime); Here, tpInTime.SelectedTime has datetime as return value which is same in db. Even its not fare. Thanx Sir. :)
-
Inserting Only time into SQL dbSir, Which functions to use ? If I inserted it using nvarchar field in db, then its OK & done bt Will it affect when working on report making? Thanx.. :)
-
Inserting Only time into SQL dbHello, I want to insert only time into SQL. I have datetime field in database & also have taken datetime picker (ew) on the page. How it can be done? Please help me.. Thanx.. :)
-
Selected Index Change event in JavaScriptHi there, Sir, I want a code on selected index change event in javascript that will populate another ddl depending on selected value, hence to avoid server trip. Thanx.. :)
-
How to zoom+ a picture on mouse hover in asp.netSir, Is it possible by using ASP.NET AJAX ? . I m using it. Thanx... :)
-
How to zoom+ a picture on mouse hover in asp.netHi there, I want to zoom a picture on a page on mouseover. The page contains number of pictures in small size due to lack of space. Please help me!!!! Thanx... :)
-
bind data from textboxes to griviewSee, You can fetch data into DataGrid as u like. U can use templates to put custom controls,just like u told abt textboxes & ddl.After that u can edit the data as u like using ButtonField like features of DataGrid. Is it so in ur way? :)