|
|
-
Hima Commented 2 Years ago through Ask | 10 Points
If I understood your question correctly, You are trying to get grid row using jQuery.
You can get row data in html table using JQuery
$(document).ready(function()
{
$("table[id$='tblDisplay'] td:nth-child(1)").live('click'...
|
-
Hima Replied 2 Years ago through ASK | 1 Point
Use the following code. Hope this helps . Adjust height and width as per your requirement.
This will resize after the upload.
protected void UploadFile(Object s, EventArgs e)
{
// First we check to see if th...
|
0
·
0% ·
0
|
|
-
Hima Commented 2 Years ago through Ask | 10 Points
Use the following code. Hope this helps . Adjust height and width as per your requirement.
This will resize after the upload.
protected void UploadFile(Object s, EventArgs e)
{
// First we check to see if...
|
-
Hima Replied 2 Years ago through ASK | 1 Point
You can do this. If the image is large size then no issues in making it smaller. But if the image is lesser in dimentions than 75 x75 then it will be distorted.
Just specify the width and height as fixed while you upload....
|
0
·
0% ·
0
|
|
-
Hima Commented 2 Years ago through Ask | 10 Points
You can do this. If the image is large size then no issues in making it smaller. But if the image is lesser in dimentions than 75 x75 then it will be distorted.
Just specify the width and height as fixed while you upload....
|
-
Hima Replied 2 Years ago through ASK | 1 Point
My pleasure and you are welcome ....
|
0
·
0% ·
0
|
|
-
Hima Commented 2 Years ago through Ask | 10 Points
My pleasure and you are welcome ....
|
-
merwan Question Received 2 Years ago through ASK | 1 Point
Hi,
I have one more question. If you can, please share with us.
I have a GridView data binded in .ajax call. I also have a ItemTemplate (CheckBox Field) for GridView. The Grid is bind with Address Rows.
Till here its done!
From here I need some ide...
|
-
augustha Question Received 2 Years ago through ASK | 1 Point
In my .NET application, i allow customer to upload his/her picture in their profile.
but i want to convert all the images to fixed size (75x75 pixels) while uploading them to server.
How can i do that? Could you please help?...
|
-
Jacob Sebastian Received Vote Up 2 Years ago through ASK | 1 Point
Alternatively you can also use this code
$(document).ready(function() {
$("table").tablesorter({
// pass the headers argument and assing a object
...
|