- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
14 Posted Topics
Register Ajax on Aspx I hope it will work For you [code] <cc1:ModalPopupExtender ID="MPE" TargetControlID="lnkView" CancelControlID="btnCancel" PopupControlID="panViewDetails" runat="server" BackgroundCssClass="modalBackground" PopupDragHandleControlID="panViewDetails"></cc1:ModalPopupExtender> <asp:Panel ID="panViewDetails" runat="server" CssClass="modalPopup" style="display:none;"> <table width="100%" cellpadding="2" cellspacing="2" class="table"> <tr> <td align="left"> <table width="100%" cellpadding="2" cellspacing="2" class="table"> <tr><td align="center" colspan="2" class="query">User Information</td></tr> <tr> <td class="query">Name:</td> <td class="query2" style="width: 180px;"> …
add a field in your table name status fill with 'N' for new entry and provide a link button to admin side , they can change the status on clicking on the link button on link button click update the status field as Status='A' it is simple.. Shakeb Khan
try this [CODE]Request.Cookies["cookie"].Value.ToString().Trim()[/CODE] regards shakeb
Please explain More about your problem ...Do you want to store info or you do not store info in VewState Sorry If i am asking any thing silly
If a client request includes a header other than those specified in the IIS Server Variables table, you can retrieve the value of that header by preceding the header name with "HTTP_" in the call to Request.ServerVariables. For example, if the client sends a header such as SomeNewHeader:SomeNewValue, you can …
That was a good article i think you got your answer from that thread .!! if not then explain your requirement again. Regards Shakeb Khan
What i think you need a download link insted of save dialog box..Because Server never save any thing to client machine directly. I can be in Window form not in Asp.net... If you want to save a file on server there is a control named file up-loader.. if i am …
[a-zA-Z0-9,.\s]* here "." is allowed to pass from regex..if you want to add more special char add it with , and your char,and your char..... Shakeb Khan
why you want to replace a image'' i which scenario you want to change plz explain
i have one Solution which is not appropriate but i think it will work just store your data bind control data in data table in fetch data from data table Thnx Shakeb Ahmad Khan
1:First u should find the checkbox that is check in grdView then then select the data from database with help of primary key of your table store in datatable 2: insert datatable record into database you can find source code on inter net It is easy Man not a big …
I think Jibsosn is answered!!!! he is right try later one code --it may be return index from 0 to onwords then you can find out the rows Thnx Shakeb Ahmad Khan
try this ..I hope it will work ,,change feils acording to your requirment. Thanx Shakeb khan "INSERT INTO [Task$] ([CLIENTS], [ASSIGNMENTS], [STATUS], [ELAPSED TIME]) VALUES( '" + cbClient.Text + "', '" + cbAssignment.Text + "', 'IDLE', '0')
I am a new software developer.I am developing a website which required to maintain log-in and log-out time of the user.I can maintain my database when user click on Log-out button but i can not track the user when he click on Browser Close X(or in Tab Close)event.I also want …
The End.
shakeb@techwave