Try giving response.clear() then give response.redirect("Querry String")
naveenieus
Posts
-
How to change the url while refreshing? -
creating multiple datagrids during runtimeThe code will work for sure but you need to map to the datasource more specifically Eg : dataset,"TableName" or dataset,tableno
-
Adding new row to datagridobjdt = objdt.newrow Add Columns Insert the row at the required point in datatable and map the dattable to the datagrid...
-
Adding new row to datagridMap the datatble to the a userdefined table in the frontend and create a new row and insert the values inside the row. Then insert the row into the datatable in the required position. Then map the datatable to the datagrid... Naveen
-
Paging in RepeaterHow to traverse accordingly to the next, previous,last and first pages using the repeater control???
-
getting value of specific XML start elementTry Looping the required statement with Instr() function
-
Image in datagridThank you for the link sir but i donot want a querystring to be passed neither do want a reference pointer to the image i am using "select * from tablename" and want to convert the byte array to image at the 4th column in the table and insert the image to the same column but the conversion is done to a System.Drawing.Bitmap and not being displayed in the grid...
-
Image in datagridHow am i to display an image in a gatagrid from the SQL Server where the image is stored in the IMAGE field as byte()... I've found the way to convert it back to image form but how am i to dsplay it in the last column...
-
Image in DatagridHow to display an image in a datagrid in vb.net from the SQL Server where the image is stored in byte form in IMAGE field...