Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~344 People Reached
Favorite Tags
Member Avatar for Batool.Ahmed

If I clicked a button... how can I get the values entered in these dynamic textboxes and then save them into the corresponding field in the database? [CODE] int i = 0; foreach (var f in selectFields) { TableRow tr = new TableRow(); TableCell td1 = new TableCell(); TextBox txt …

Member Avatar for Ramesh S
0
67
Member Avatar for Batool.Ahmed

Hi, In my DB I have 2 tables Units and Groups In Units I have Id Name In Groups I have Id Name UnitID This is my code [code] BMDataClassesDataContext db = new BMDataClassesDataContext(); TreeNode rootNode = new TreeNode("BM"); var n1 = from node in db.Units select node; foreach (var …

Member Avatar for dnanetwork
0
90
Member Avatar for Batool.Ahmed

This is my code [ICODE]import java.lang.Math; import java.io.*; public class TestDfunction { static void fun(float num1, float num2) throws IOException { BufferedReader read = new BufferedReader( new InputStreamReader(System.in)); String strNum1, strNum2; System.out.print("Enter the first number: "); strNum1 = read.readLine(); num1 = Float.parseFloat(strNum1); System.out.print("Enter the second number: "); strNum2 = read.readLine(); …

Member Avatar for Batool.Ahmed
0
97
Member Avatar for Batool.Ahmed

Hi, How can I remove the zero that appears after the decimal point. For example, I have 5.0 and I need the 5 only.... Thnx in advance....

Member Avatar for Ezzaral
0
90