Click here to Skip to main content
15,898,035 members

Comments by frCake (Top 6 by date)

frCake 29-Oct-14 8:35am View    
i use var field = "" + (dr["First_Name"] + "").ToString() + "";
string stuff = field.ToString();
SearchResults.DataSource = stuff;
SearchResults.DataBind();




but what i take is

Item
<
a
h
r
e
f
=
'
frCake 29-Oct-14 8:31am View    
no , what im saying is , i need some code to understand how i can bind var field to the gridview.!
frCake 29-Oct-14 8:27am View    
yes for sure ! i tried to use GridView , but i couldnt bind var finder, some code could help me bind it to a gridview! thanks
frCake 29-Oct-14 8:21am View    
yes but what if the search results population varies,i feel labels kinda static
frCake 23-Oct-14 4:13am View    
I managed to use the class way , but as i understand when i go from the login page to the Default/Profile page, i have to Session the logged ID too right ? so i can write Session["UserData_"+ PID] to fill the data from the class?