- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Here are screen shot attached i have coded same problem but it is working fine
I have got your point you basically want to filter the results on basis of textbox.First of all if you are using list binding this it is very simple on calculate just write some function like gridView.DataSource=lst.where(x->x.Feature1>int.parse(TextBox1.Text)).ToList(); gridView.DataBind(); Hope it helps
use wpf it can be skinned
Borther i have tests your code and identified some of problems first let me give you working solution #include<iostream> #include<fstream> #include<stdio.h> #include<string.h> #include<conio.h> #include<sstream> #include<iomanip> #include <cstring> #include <time.h> #include<cmath> using namespace std; void append(); void find(); void read(); void whattodo(); void loop(); void about(); void mainfind(); int main() { …
dear i have solution but i want u to learn its very easy..... you should clear the value of 'fact' after displaying it own screen. clear mean initalize it by one again
I have written this code for page hits cout its working perfectly ok on my pc but when i uploaded it on my site it show error any body help me in this issue [CODE]<?php $cnt = "hits.txt"; $h = @fopen($cnt, 'r') or die("can't open file"); $x=@fread($h,10); $h1 = @fopen($cnt, …
never start writing code directly do paper work and the best thing that i do is dry run programs on paper this help alot u in understanding the actual flow and logic program. after so practice you would have complete compiler in ur mind. Programing is learned by practice start …
The End.
wasimmalik