-
Began Watching webbrowser control HTML5 Support
I have used .net's webbrowser control. Unfortunately, it is not supporting HTML5 or Complete JavaScript. When I googled, many said that the control depends on IE version installed in the … -
Replied To a Post in webbrowser control HTML5 Support
I'm assuming you have an desktop application with an embebed browser in it. The problem it's probably caused because of the default setting for Document Mode for embebed IE's. So, … -
Began Watching Can you suggest me what should I follow to learn?
Hello all, I am thinking where to start. Basically I want to learn about HTML. But I don’t have basic HTML knowledge. Where should I start? Though I am following … -
Replied To a Post in Can you suggest me what should I follow to learn?
What you need to learn depends on what you want to do with knowledge. Do you want knowledge for knowledge or you want to build something? What do want to … -
Replied To a Post in append 5 & prepend 5 empty li tags to ul w/ jQuery
It's quite simple: // $el = jquery element to add the itens // num = number of elements to add // method = method used to add elements var _add … -
Began Watching how to append the form with a different onchange in each rows
I use append to add another form of it and it work but then in the second column if I'll choose a product name in the second column the price … -
Replied To a Post in how to append the form with a different onchange in each rows
Try like this: var counter = 0; $(document).ready(function () { $("#clickbtn").click(addRow); // If you want to add a row at the start: addRow(); }); var addRow = function() { var … -
Began Watching append 5 & prepend 5 empty li tags to ul w/ jQuery
Hi, This will do the job, but it's ugly, so how to do this more elegant? $('ul').prepend('<li></li><li></li><li></li><li></li><li></li>'); $('ul').append('<li></li><li></li><li></li><li></li><li></li>'); Thanks in advance! -
Replied To a Post in append 5 & prepend 5 empty li tags to ul w/ jQuery
By elegant do you mean simpler? Less code? More didact? More Efficient? Elegant code it's a very personal concept i think. For me, elegant code it's a set of well … -
Began Watching Shuffle code without $ transformed to jQuery
I have to change $ into jQuery due to conflict validation. Please find code. It seems an issue with the line that jQuery validation passes an error. how to solve … -
Replied To a Post in Shuffle code without $ transformed to jQuery
toplisek, you have only to change '$' for jQuery, not anything that starts with '$'. Let me exemplify. // jQuery object var jQuery = { ... }; // Sets $ … -
Began Watching create a multidimensinal array that holds an input name and input value
hi. i have a page that submits data without refreshing and it does work. but i m having trouble with arrays. as it is im submitting the form data using … -
Replied To a Post in create a multidimensinal array that holds an input name and input value
I'm not sure I understood exatcly... do you wan't to save multiple identical forms at once? If so, I suggest you use json formatting to transfer the data. You should … -
Began Watching Jquery not working on update panel
Hi, I have developed website [www.onlinedelivery.in](http://www.onlinedelivery.in/) in ASP.Net with AJAX. But when I am trying to use Jquery on the same page where update panel use. Its not working. Please … -
Replied To a Post in Jquery not working on update panel
The URL you posted is not working. What error do you get when trying to use jQuery? -
Replied To a Post in LINQ Error when grouping
Nice job man =) Cheers! Just mark as solved to finish it ^^ -
Replied To a Post in Future Value Investment
You think or does it work? lol. -
Replied To a Post in Future Value Investment
So... unless you know a cleaver way, I thin you'll have to loop day by day to calculate the interest. There's probably a easier math solution, but I don't know … -
Replied To a Post in Future Value Investment
I don't know what this means: `calculate interest on principle compounded daily` -
Replied To a Post in LINQ Error when grouping
Could you post your table schema and the desired result? -
Marked Solved Status for VPN Home Office and Customer
Hi guys. I have an Cisco DPC3925 router at the Office which I use to close an VPN Tunnel with an customer. Now, I want to close an VPN from … -
Replied To a Post in VPN Home Office and Customer
Thanks CimmerianX! I think I got your idea. I'm gonna prepar to and try it (I don't have a home router capable of VPN yet). If I get stuck in … -
Began Watching LINQ Error when grouping
I'm needing some LINQ expert advice. I am having to convert a SQL stored proceedure over to LINQ. The SQL statement is structured like below: SELECT SUM((Amt) FROM Table1 INNER … -
Replied To a Post in LINQ Error when grouping
I'm not a LINQ expert, but analysing your code, the first thing I'd try would be: var query = from Table1 in datatable.AsEnumerable() join Table2 in Datatable2.AsEnumerable() on Table1.Field<int>("ID") equals … -
Began Watching php to vb.net/c#
Hello there, is anyone willing to help me converting some small php snippet to C# or vb.net please? -
Replied To a Post in php to vb.net/c#
What do you got so far? If you are trying to convert and is stuck at something, I'm sure lots of people here would help. If you just want somebody … -
Replied To a Post in Future Value Investment
So the label should be "Deposit Per Month", or something like that. My point is, your problem, at the moment, seems more about the logic and mathematics about investments than … -
Replied To a Post in VPN Home Office and Customer
CimmerianX, I should probably ask permission first, but even if they allow it, it would be, with luck, for next year. Too many policies and rules. To allow the VPN … -
Replied To a Post in Future Value Investment
This table is also wrong... if you make 1200 deposit every 30 days, how come in one year you only deposited 1200? This make no sense. -
Replied To a Post in Drop a table starting with ?
It can be done only with SQL but can also be done using VB. I suggest an stored procedure to delete and execute in VB. -
Began Watching How to do this
I need your help i'm using access database create simple login form in the database record Username is Admin or Password is Admin so i wanna need this add username … -
Replied To a Post in How to do this
What do you have so far? -
Began Watching Drop a table starting with ?
Good day! I just want to ask on how to drop a table. Let say all tables starting with "DailyCashSalesRpt". That means it will drop all tables starting that word. … -
Replied To a Post in Drop a table starting with ?
There's no build-in function that does that. I think the best approach is to search for the tables you want in the information schema and then delete them by name. … -
Replied To a Post in VPN Home Office and Customer
JorgemM, CimmerianX, thanks for the knowlodge guys! Now let's go into specifics... My Customer subnet is 192.168.20.0 My Office subnet is 192.168.10.0 My Home subnet is 192.168.5.0 This way, for … -
Began Watching Future Value Investment
Here is the problem: Write a program to find future value of monthly investments. Start with an initial investment, make a deposit every 30days, calculate interest on principle compounded daily, … -
Replied To a Post in Future Value Investment
I don't think this is correct at all, but it makes much more sense than yours do... maybe it can help: <html> <head> <title>Future Value Calculation</title> <style type = "text/css"> … -
Replied To a Post in VPN Home Office and Customer
Sorry, I was on the phone and couldn't take much time, so, to make it clear.... I'm using the Cisco DPC3925 to build an VPN Tunnel Site to Site (Lan … -
Replied To a Post in VPN Home Office and Customer
JorgeM, the VPN with the customer is site to site. -
Created VPN Home Office and Customer
Hi guys. I have an Cisco DPC3925 router at the Office which I use to close an VPN Tunnel with an customer. Now, I want to close an VPN from … -
Began Watching VPN Home Office and Customer
Hi guys. I have an Cisco DPC3925 router at the Office which I use to close an VPN Tunnel with an customer. Now, I want to close an VPN from … -
Began Watching getting data into text boxes and a grid from two tables in another form
I am a fresh learner in C#. I have this code below.I managed to display the data from the property table into their respective text boxes. But I failed to … -
Replied To a Post in getting data into text boxes and a grid from two tables in another form
Just a guess, but aren't you missing .DataBind()? propertyBindingSource.DataSource = _property; propertyBindingSource.DataBind(); propertyUnitsBindingSource.DataSource = _propertyUnit; propertyUnitsBindingSource.DataBind(); -
Began Watching What is steams in C#
I am learing c# and confused on streams What are they?? Arey they used to store data or transfer data ?? Pls explain in very simple words -
Replied To a Post in What is steams in C#
Streams are used to manage sequence of bytes. Manage: read, write, seek, count. Sequence of bytes are usually files or images, but can be any data in form of byte … -
Began Watching How can I process two different submit buttons in a single HTML form?
If I have a form as in the below script: <html> <?php session_start(); $con=mysqli_connect("localhost","root","","QSTNS"); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $dsply=$_SESSION['q_indx'][$_SESSION['cindx']] ; //echo … -
Replied To a Post in How can I process two different submit buttons in a single HTML form?
Try something like this: <input type="hidden" name="buttonaction" value="D" /> <input type="submit" onclick="javascript: document.form.buttonaction.value=this.value;" value="previous"> <input type="submit" onclick="javascript: document.form.buttonaction.value=this.value;" value="next"> <?php $action = $_POST["buttonaction"]; ?> -
Began Watching how to parse html file
Hi everybody, I have a file with some tags like html. *<instance id="bass.1000000" docsrc = "BNC/A0C"> <answer instance="bass.1000000" senseid="bass%fish"/> <context> Try it with grilled sea <head>bass</head> and fennel. </context> </instance>* … -
Replied To a Post in how to parse html file
I suggest using http://htmlagilitypack.codeplex.com to properly parse the HTML and then navigate through it. -
Began Watching JQuery select first chlied on clients account
hi, i create a web lan application, here my code: function Init_Form7() { $("#i_b_name").val(''); $("#i_b_last").val(''); $("#i_b_prob option:first-child").attr("selected", "selected"); $('#i_b_to option:first-child').attr("selected", "selected"); $("#i_b_acti").val(''); $("#i_b_date" ).val(''); $("#i_b_le_date").val(''); $('#i_b_wil option:first-child').attr("selected", "selected"); } on …
The End.