Web Forms :: Reduce The Interval Between Two Textbox?
Jul 11, 2010If you use a space <br /> this is a little too much space.Is it possible to reduce the interval between two textbox?
View 6 RepliesIf you use a space <br /> this is a little too much space.Is it possible to reduce the interval between two textbox?
View 6 Replies've using adrotator in my web page store few images using xml file .The problem is only image change when refresh but i want to be change in regular interval.
View 5 RepliesI wonder how it will be possible to have an imagebutton to switch between Image1.jpg and Image2.jpg with an interval of 1 second. It will loop like this Image1.jpg,Image2.jpg,Image1.jpg all the time.
For example in this case, the images will start switch if the public variable blinkImage is "true".
[Code]....
For the moment I am using this code to put an image to an ImageButton:
ImageButton1.ImageUrl = "~/Pics/Pic1.bmp";
What I wonder is how it will be possible to let this ImageButton change Picture between "Pic1" and "Pic2" that I also have in this folder with one second interval.
So it will be: "Pic1","Pic2","Pic1","Pic2" and so on...
If this is possible using C#, that would be an interesting solution ?
we have to upgrade a database application.
In the previous application the transaction is updated 2 days later into the database.
Now we have to update that instantly when the transaction happens.
How this is possible. I want to know why the database update too late
I have a forum area on my website and i would like to make forum main page in such a way that it should refresh itself every 2 minutes. How i can accomplish this ?
View 8 Repliesi need to rotate images after a specific time interval and images coming from Database.
my main problem is that i am not allowed to use ajax or ajax toolkit for performing this function. and i don't know how to do that without ajax?
the way by which i rotate the image with out ajax
How to Automatically send birthday emails daily at specific time using in global.asax in asp.net without using windows services.
Firstly check and fetch all records of Students who have a Birthday today ....
I have Website Application , in which i have method ..i want to execute this after every 10 days automaticlally ..what is the concept of doing this , provice some code etc. if possible ..
my method includes some server side processing..
I need to create a scheduler for a hospital appointment screen.. i am taking a time interval value and doctor schedules from MyDb. I want to fill the gridview based on the doctor's schedule timings and interval....
for Ex;
if Doctor A .
Time schedule is 09:00 Am - 09:40 AM && 10:00 Am - 11:00 AM
time interval is 20 minutes
i need to show the grid like this ....
09:00 AM
09:20 AM
10:00 AM
10:20 Am
10:40 AM
11:00 AM
I'm looking for ways to reduce the size of my page . I have a page that just renders a gridview - no images - and it is over 400k!
Looking at the html that is generated I see the names of the controls in the gridview are very very long. For example: ctl00_ContentPlaceHolder1_releaseGV_ctl149_lblBuy
My gridview is about 200 rows by 13 columns = ~ 2600 spans with very long names rendered. The above example is 49 characters X 2600 controls = 127,400 characters just in control ID's!
The actual data on my page ins't anywhere near a tenth of that!
I am already storing viewstate on the server.
YES, I will put a pager on this page to bring down the number of rows. Also, I've seen sever other posts related to page size with some excellent content. I will follow up on them - however I have not seen this specific question answered.
Here is a sample of my page. As you can see there is not much data and a lot of html!
[Code]....
I have an asp.net application written in C# and need some help to fine tune it for better performance. All pages with in this web application have horizontal tab, left vertical menu panel , footer and header. Left menu panel changes as per top tab selection.
View 2 RepliesI have an asp.net application written in C# and need some help to fine tune it for better performance. All pages with in this web application have horizontal tab, left vertical menu panel , footer and header. Left menu panel changes as per top tab selection.
View 1 RepliesI am uploading images in c# windows application. I am uploading the images folder wise. In one folder there are 200 to 3000 images. My one images size is about 3.10 MB to 6.2 MB. Its dimensions are 3008 x 1960, 1960 , 4000 x 2600. 6000 x 4000 . while uploading i am reducing the size of image to 400 x 266 or 266 x 400 depending on the height and width of image. but still my image size is about 227 KB. Now i want to reduce the image resolution to decrease the image size.
My code is given below:
private void btnUpload_Click(object sender, EventArgs e)
{
getDestinationPath();
string ik = DestinationPath;
string ik2 = DestinationPath2;
string lastFolderName = Path.GetFileName(ik);
[Code] .....
i want to reduse the size of barcode image in this code . i tried to reduce but its cutting the number ... how can i reduce the size of this barcode image
string barCode = TextBox2.Text;
System.Web.UI.WebControls.Image imgBarCode = new System.Web.UI.WebControls.Image();
using (Bitmap bitMap = new Bitmap(barCode.Length * 40, 80))
[Code]....
I have many image in my page my images size are between 100 -200kb I want redeuce my images size to 4-5Kb ... How I can do it? is there any control to do it?
View 1 RepliesI want increasing my website pages loading speed
I know one of thing is compress css file is there other thing that I do to increasing webpage loading speed?
I have stored images in folder each images is more than 700kb so datalist binding process became slow.so it is possible that while loading record and corresponding images from folders Can I reduce the image size or compress images so that record fetching become faster.In database i m stroing image path and image is stored in directory.
View 1 RepliesIn my web application, I have used AJAX Toolkit and my .net version is 3.5. When I run the application and save the page, so many ScriptResource.axd and WebResource.axd generate which makes the file size 200 to 300 KB more big. After doing the same procedures mentioned in the above link, it was working fine as all ScriptResource.axd and WebResource.axd file is removed.
But when I go from one page to another page using on click, then Object Expected Error comes and when I debug it,I found one ScriptResource.axd file containing query string like .axd?d=-bA.like this and Request. GetResponse cannot find the file and it gives 404 errror (File Not Found).
In an ASP.NET website, how would I run a process, such as send an email, on a timed interval?
Lets say send myself an email every 4 hours. And assume there is no activity at all on the website during that period.
The only way I can think of doin it is open a web page on the site and have it refresh at a timed interval that is less than the server time out setting. When the page refreshes check to see if it is time to send the email, if so send it.
How can i bind the an interval of 100 years with a dropdownlist.
To be more precise, I want to bind 1990 to 2010 to a dropdownlist .
How can i trigger my update panel to refresh after a certain period of time.
View 3 RepliesI am writing a music related web site. What I am trying to do is have the user upload a song (MP3, MP4, Wav). I then want to be able to slice the song to a max lengh of 30 seconds. The user would be able to select a starting point and I would cut the song down to 30 seconds from that point.
View 1 RepliesI have one question that is i have to run one program in host server at a particular interval (lets say in each & every 1 hour).
But the thing is that in host server we can't run scheduler , so i want to know is there any approach by which we can achieve this task.
I have a webservice which needs to query the Database every hour to get the latest copy of the data. What would be the best way to have the websevice call a method every hour. I am condering using the imers.Interval to call a method every hour.
View 3 Replies