Search Result

Collapse
39 results in 0.0016 seconds.
Keywords
Members
Tags
dynamic
  •  

  • Add listbox items to the dynamic checkbox text in a dynamic table

    I need to dynamically create multiple checkbox, the data source is a listbox... that listbox receives a sqldatasource with a select statement. So basically what i want is to show users with their own names on a dynamic table. is there any other way? please help :)


    Code:
     protected void Panel17_Init(object sender, EventArgs e)
            {
                
                // Create a new HtmlTable object.
                HtmlTable
    ...
    See more | Go to post
    Last edited by lightwalker19; Apr 9 '12, 11:18 PM. Reason: update

  • James Josh
    started a topic chart in java
    in Java

    chart in java

    Hi,i want to show my data in a charts to user dynamically,suc h as bar chart,pie chart.The data to be shown is retrieved from the database.

    Can anyone give me some examples or any good tutotial with good examples?


    Thanks
    See more | Go to post

  • Seismic
    started a topic boost dynamic_bitset block size issue
    in C

    boost dynamic_bitset block size issue

    I am designing an application in which I need to deal with many different variables in which different sequences of bits are stored. I have very strict memory requirements so I decided to use the boost::dynamic_ bitset data type which works very well in my scenario as I need to dynamically allocate/deallocate/resize the variables.

    The only problem is that I am not able to change the size of the blocks in which the dynamic_bitsets are...
    See more | Go to post

  • Dynamic SQL query Multiple rows based on table names linked in another table

    Hello
    I have a sql 2008 R2 problem that I’ve tried to accomplishing using dynamic sql but, no luck yet.
    Code:
    Create Table Events (
    PKID	int  Not Null,
    TimeStamp Datetime,
    EventID		int,
    Eventdata 	int)
    
    Create Table Eventdatalookup(
    Event	int,
    DataLookupTableName 		varchar(100))
    
    Create Table TypicalEventDesc1(
    EventData	 int
    EventDataDesc		varchar(100)
    ...
    See more | Go to post

  • Blake Rice
    started a topic Creating a Dynamic Chart in a Form

    Creating a Dynamic Chart in a Form

    Here is my question, and really, all I would like is to know is if 1) Is this possible? and 2) What is some good reading to get me up to speed on this subject.

    I have a form that draws its records from a table. It's fields consists of a PK(autonumber), a projectID (links to a project), a month ending date (this is the last day of the month, and a volume (the volume that is being done in the month.

    The form acts like...
    See more | Go to post

  • Is database content added with php search engine friendly?

    Is database content added to my html page using PHP search engine friendly? Are they cool with page.php rather than page.html?

    Thanks,

    Bugboy
    See more | Go to post

  • Is it possible to create shapes in a Word document using C#?

    I'm attempting to create shapes on a Microsoft Office Word document to model the layout of tables in a room. I've found a nice article (http://support.microsoft.com/kb/316384) that demonstrates how to create tables and text, but it doesn't mention anything about shapes. Is this possible or am I just dreaming?
    See more | Go to post

  • Add table row on the fly to last row entry on input (complex rows)

    Hi

    I am mainly a PHP developer but have started to dabble with jquery and ajax.

    I have created a table with various columns (e.g checkboxes, drop down menus, text inputs, etc) The drop down menus are php/mysql based and called from the database.

    By default i have implemented a for($i = 0;$i < 10;++$i) procedure to created 10 rows within the table each with their own tr id="?".

    Now what...
    See more | Go to post

  • How do I use PIVOT if I don't know what the columns are?

    Okay, so basically, I want to convert rows to columns. But the row distinctions don't have an exact number. They can be changed by the user. So how do I use PIVOT if the number of distinct rows are dynamic?
    See more | Go to post

  • How to removed selected options via Javascript?

    I am new to javascript and this is all trial and error. When a user selects an option, the Id of teh option is added to a hidden form field, creating a list of id's. Each ID is displayed on the page. If you click the ID it should delete the id from the hidden form field and from view. The javascript below deletes the whole element. I have searched high and low but can not find anythning to help me remove the ID's when the user clicks the ID.
    ...
    See more | Go to post
    Last edited by Niheel; Jan 26 '11, 03:39 PM.

  • How to update data in table using form and a checkbox?

    I have a php script that shows all the data in a table. I want it to have check boxes next to each line of this data that it puts out, so I can check the boxes next to certain entries, and when I click submit, the "have" collumn for those entries is set to yes.

    Here is most of the script that shows the list:

    Code:
    $query="SELECT * FROM get ORDER BY artist,name ASC";
    $result=mysql_query($query);
    ...
    See more | Go to post

  • Dynamic casting of string to other .net objects like XMLElement, Color

    Hi

    I am trying to read the parameters of a method dynamically and then call that method with the passed parameter values (string type). I am able to write the code that reads the parameter of simple .net types like - string, int, float, double etc. I read them and convert to required type using ChangeType method. But I am not able to make the code work for other types like - XMLElement, Color, etc.

    Here is my generic...
    See more | Go to post

  • geetansh
    started a topic Create new page in asp.net on button click

    Create new page in asp.net on button click

    There is a Textbox and a button when user clicks on the button after entering the data in the textbox I want that new page is created . The page must be .aspx Can anyone help

    i want codes in asp.net "VB" not in "c#"
    See more | Go to post
    Last edited by jhardman; Dec 31 '10, 09:58 PM. Reason: Accidentally posted in classic asp forum. Moved to asp.net.

  • How do I change backcolor of textbox based on the value inside it?

    Lets see if I can explain-

    I have a text box (rich text box) in a form. Inside the box, some data gets put in there- specifically insurance information.

    Normally, the box doesn't need to change color to alert the user there's a problem with the text that's inside, because the information is usually good.

    But there are a few phrases that need to alert the user there's a problem.

    For example,...
    See more | Go to post

  • How do I change backcolor of textbox based on the value inside it?

    Sorry, I posted this in the wrong forum-

    http://bytes.com/topic/visual-basic-...de#post3638797...
    See more | Go to post
Working...