Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for Sumith Asanka
Member Avatar for wasimmalik
0
225
Member Avatar for alpdoruk

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

Member Avatar for alpdoruk
0
312
Member Avatar for silvercats
Member Avatar for gelmi

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() { …

Member Avatar for rubberman
0
184
Member Avatar for mrar85

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

Member Avatar for mrar85
0
2K
Member Avatar for wasimmalik

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, …

Member Avatar for wasimmalik
0
162
Member Avatar for rollon

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 …

Member Avatar for wasimmalik
0
135

The End.