hi, ive one scenario:
i have name,phno,atten ded status.,and so on.. in table.im getting records into datagrid (in windows application) .i want to search the records based on the name&phno (eg:if i give name:chris phno:9921343434 in textboxes it should display his record.
How should i search without effecting performance if more records r there? .plz reply or send any link ASAP .
thankyou
User Profile
Collapse
-
asp.net to pdf file
hi,i am generating PDF file in asp.net.its working fine.(using itextsharp)
can we change the default zoom(magnificat ion)??
i want to change it to 100% .now its showing 105%
and i want to change the font style to arial.I think there is no arial in the properties of itextsharp. please help -
thank you for ur reply:
actually my problemis:I am handling session in page_load.but when i am clicking on a button i am redirected to another page which is different from given page in Response.Redire ct().
thank you... -
session handling
i am using asp.net2.0 :
i am handling session in every page_load,butto n_clicks
using
if (Session["name"] == null)
{
Response.Redire ct("Login.aspx" , false);
Response.End();
return;
}
else
name = Session["name"];
please suggest me is there any alternate...
No activity results to display
Show More
Leave a comment: