Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for icedome

Hi guys, Let's see if you can give some advice. I'm looking for a pageflip service (it can (and should) be a paid service) that let me have in my own website BO the actual PDF upload option and do the pageflip conversion. Does anyone knows such service? Or as …

Member Avatar for ailsa
0
206
Member Avatar for icedome

Hi, I'm looking for a support chat system that I could integrate with my own web application. I've searched for a while and just found these two options: * http://cutesoft.net/Live-Support/Purchase/ * http://www.dotnetlivehelp.com/download.aspx As the first one has a developers license, it seems to me that the product is quite old …

Member Avatar for <M/>
0
353
Member Avatar for icedome

Hello good people, Can you please help me with one issue that I'm facing. Is it possible in ASP .NET to get a webpage contents (let's say for example the google homepage) that has some special tags (instead the search buttons you'll have tags like %%SEARCH%% and %%FEEL_LUCKY%%) then, right …

Member Avatar for pritaeas
0
99
Member Avatar for icedome

Hi guys, Does anyone knows a way to, in .net websites, monitor how long does a user stays in your website, and how does a user stays in certain page of my website? I'm thinking of making frequent ajax calls, but I'm not sure on this. Any ideas? Cheers

Member Avatar for G_Waddell
0
221
Member Avatar for icedome

Hi guys, I'm sure that this would be an easy thing to do, but i'm away from c# for quite a long time. I need to compare two dates (only dd-MM-yyyy format) and show the result, but this result must be really accurate, meaning that it must make the calculation …

Member Avatar for Momerath
0
124
Member Avatar for nchy13
Member Avatar for urtrivedi
0
343
Member Avatar for icedome

Hi guys, Does anyone have an idea of a jquery plugin any other js plugin for editing and saving an image? I wanted to do something like this: [http://www.customink.com/lab/?#shared](http://www.customink.com/lab/?#shared) But only with option to add text and afterwards saving the image. Any help? Cheers

Member Avatar for stbuchok
0
122
Member Avatar for ashiiiish

You should write some litle more of your code... like, the code in viewnotice.php for example..

Member Avatar for rajesh1158
0
124
Member Avatar for goltu

Hmm.. that should be quite simple. you have to find the control by the ID in the page.. I think this should work: [CODE] for (int i = 0; i < a; i++) { DropDownList d = (DropDownList)this.Page.FindControl("Text" + i); value = d.SelectedValue.ToString(); SqlConnection con = new SqlConnection("Data Source=ABC-0D30299B90A;Initial Catalog=IT;Integrated …

Member Avatar for goltu
0
913
Member Avatar for Vishwasdeep
Member Avatar for StevenSchaffner

That's easy. You can do something like this: For example, if you want to store an image to a folder called "images" in the root of your site and the file upload control is called "fuImage". [CODE]if (fuImage.HasFile) //in here you can make multiple checks, like content type, etc { …

Member Avatar for icedome
0
109
Member Avatar for chaitali238
Member Avatar for desired
Member Avatar for icedome
0
80
Member Avatar for icedome

Hi guys, I'm having some trouble finding a control... that is because this control is on gridview witch is inside repeater (let's call it rpt1) and this repeater is inside another repeater (this one, rpt2).. I have an ItemCommand on rpt1 witch I need to catch a dropdownlist item value …

Member Avatar for icedome
0
276

The End.