JQuery :: Is It Possible To Have Drilldown Facility In Datatable
Nov 8, 2010Is it possible to have drill-down facility in Jquery datatable?
For example, I want to show the output like below.
[code]....
Is it possible to have drill-down facility in Jquery datatable?
For example, I want to show the output like below.
[code]....
I have tried to reproduce the drilldown datagrid searching in asp.net in Visual Studio 9 using MS.Net 3.5 and I'm running into problems. I copied the code from the site but I'm getting an error that says "name MyDataGrid is not declared" I get the same error for subsrch, msg, count and all other text boxes. I tried to recreate the datagrid and text boxes by using the VS tools and renaming them but that didn't work either. I still got the same errors with the new names. Any idea why this would happen?
View 1 RepliesI want to create a drilldown sub report such that when one clicks on the column in the main report, it should expand to show the data corresponding to clicked column in subreport. For Ex -
MainReport
[code]....
Now if user clicks on 'Main Id' value in MainReport, it should expand to show the sub report data coressponding to the Main Id value.
I have the following piece of code.
[code]...
how a drilldown panel along the lines what ebay [URL] currently uses to filter results. If there is examples of different possibilities on the web.
View 2 RepliesI'm using VS2005 / VS2008 and MSSQL RS 2005 + ReportViewer v.8 or v.9.
Problem: when user makes drillthrough click on "plus sign" on Matrix row postback occurs. Then scroll position is lost! It scrolls to the top of the page. It's very bad for report users.
The most interesting thing is that it happens only within ReportViewer! I works acceptable if I open report via "localhost/ReportServer/Pages/ReportViewer.aspx?..." . It's based on something similar to ReportViewer :
[code]....
And it remains scroll position well!
Is there a way to make ReportViewer working correcly? (remembering scroll position on Matrix row drillthrough postback)
I read that Report Viewer 10 (of VS 2010) will lack this issue but it doesn't support MSSQL 2005 which I plan to use so far.
i want to add a search facility to my website. I have many lengthy html files that should be searched. The question is should i insert the text of the html files in a table of my database and search the database or should i search the html files one by one reading them from the disk. Should the search be database based or should i open each file, read it and search it this way using for example regular expressions. What is the usual and best approach?
View 4 RepliesCode:
[ScriptService]
public partial class Default2 : System.Web.UI.Page
{
[WebMethod]
[ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)]
public static string GetStudent()
[code]....
And this is my HTML.What I'm trying to do is populate the JQuery DataTable using the returned JSON Formated data of the WebMethod. But its not working,
I am creating a bulk email sending facility for our website.I have got all the email in one table so i know i can use email sending features with one loop that take all the emails from the table and send it to everybody.I would like to give them a link that will opt out them from the list.If anybody has done it recently or know any link please suggest it.
View 2 RepliesI have a small doubt.Can we provide Drag and Drop facility in asp.net websites like in desktop applications.
If possible how can we provide that facility in our asp.net web sites
I have an existing application that has 50+ html pages and 20+ aspx pages. The website is running smoothly.
Now the client came up with a new requirement, he says he wants a single sign on functionality(login based) in the website.
few htmls to be open for anomymus users few htmls need compulsory login few aspx open for anonymus users few aspx need compulsory login
What will be the simplest ways to do this in the above existing website.
'DataTable' is an ambiguous reference between 'System.Data.DataTable' and 'Microsoft.Office.Interop.Word.DataTable'
View 3 Replieshow to download a large file with resume facility in asp.net.
View 1 RepliesI have the following code which searches through the database and pulls out information. It all works fine:-
PHP Code:
protected void Button1_Click(object sender, EventArgs e)
{
string connStr = "Data Source=SQLB23.webcontrolcenter.com;User ID=wbsd;Password=*******;";
[code]....
Now i also want to show how many fields have been returned so i would want to show the message like so:-
Quote.You searched for ben, which returned 2 results.
How can i alter my code to achieve this?
I have bind DropDownList from database. I want to give facility to user such that, when user type in DropDownList ,it behave like textBox.
View 2 RepliesI want to implement Yahoo map in MVC.
I wanted to develop an application which gives searching facility of any location on map.
and add extra details over map.
i have made new mobile site. and i have also read everything. Now i have used .wml file to click to call dealer and add one phone number in that.
Its working on HTC touch phone as i think its working on Windows OS phone as it calls the exact number whereas on the iphone and other mobiles its not working and showing to save the .WML file.
My application requirement is, there should be different Layout themes (not only colors but also controls can be at different location), which user can easily change. How I can do that?
For eg. In wordPress there are different layout themes,
How should be the site folder structure? How I can implement that?
[URL]
   like above link i want to bindÂ
   name.....................
   city...... country......... Â
for suppose 10 employee. for that i try to bind datalist using webservice & jquery. but i get lots of problem to bind datalist. with name as hyperlink so that when i click at name it go to next page and show details.Â
I was wondering how i could implement a message passing facility through a social networking website i am making. Instead of creating it all from the start, is there a much more simple approach i could possibly take?
I quite like the way facebook does it, how is this done?
I am ok with AJAX but would prefer something really simple not to the extent of adding emoticons etc.
captcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link.
View 5 RepliesI bound the GridView Control by using code behind. Now I want to apply Paging and editing facility. How to do that. Â
View 1 Repliesi am trying to create a paging facility for my dalatist dynamically and for this i am taking a hyperlink and putting it in a panel and showing the list of pages
but the problem is that when i click on next page for example from 1st page to another then it refreshes the page and opens the page with IsPostback = False and thus my all values that i have stored in a session becomes null like fisrt time loading
so it there any way so that when i click on the link it just show me the next bunch of record without refreshing the page ??
Note: i have created paging in my Stored procedure where each page contains 10 record per page
the code that i am using to bind the pager is as below : where default value of _PageIdx=1 and _totalPages = the number of pages that are coming from the database, it vary from search to another search
[Code]....
I was reading: [URL]
But I have give a compilation error:
CS0246: The type or namespace name 'DataTable' could not be found (are you missing a using directive or an assembly reference?
i have the dataset with one table.Table contains three column like 'Name','Location','Pin'.I would like to move the data from another table based on schema.
View 2 Replies