Forum: ASP.NET 31 Days Ago |
| Replies: 2 Views: 471 Thank you Ramesh, that's sort of what I needed... |
Forum: ASP.NET 32 Days Ago |
| Replies: 2 Views: 471 Hi,
I'm developing an AJAX website, and I want to make it compatible with most browsers and its many versions in the market.
I've been using IE, FF and Chrome, for many years, and I know his... |
Forum: ASP.NET Oct 13th, 2009 |
| Replies: 0 Views: 314 Hi, I've tried to get the geolocation of the clients IP, with this code:
Dim rssReq As System.Net.WebRequest = _
System.Net.WebRequest.Create("http://freegeoip.appspot.com/xml/" _
&... |
Forum: ASP.NET Sep 1st, 2009 |
| Replies: 0 Views: 146 Hi,
I have a table maintenance page, and it has several details rows (and its respective maintenance page for that detail). Then I want to edit the detail using the modalpopupextender. I don't... |
Forum: ASP.NET Aug 19th, 2009 |
| Replies: 1 Views: 333 Hi,
I have 2 projects, the business entity, there I have all the classes mapped from the database and the web project where I fill those business entity classes. Then, I need to store in a DB. I... |
Forum: ASP.NET Aug 19th, 2009 |
| Replies: 4 Views: 794 Well, Someone might wanna know this...
I solved the problem putting the close method at the end of the call.
I hope this helps someone... |
Forum: ASP.NET Aug 12th, 2009 |
| Replies: 4 Views: 794 Another thing. The method time span is long enough (the default timeout value is 60 secs) to execute it (it's just a query of one table), and I have no idea why, when executes the first time, it... |
Forum: ASP.NET Aug 12th, 2009 |
| Replies: 4 Views: 794 Hi Ramesh,
Thank you very much for the answer, I've been looking how to do it in the web.config (i have a website client, and I want to do it in the web.config), but have no luck...
This is my... |
Forum: ASP.NET Aug 10th, 2009 |
| Replies: 4 Views: 794 Hi,
I a real newbie on WCF, and I want to implement a service that reads from a DB some data and returns generic lists of custom objects to the client.
So I implement the service like this:... |
Forum: ASP.NET Aug 10th, 2009 |
| Replies: 3 Views: 1,201 I used the "Control.ClientID" to reference my control, but no luck...
and I can't use a client side control, because I need to access it in the server also...
I gave up, I know there's a... |
Forum: ASP.NET Aug 6th, 2009 |
| Replies: 3 Views: 1,201 Hi,
I have a website on NET 2.0, there I have a textbox and after I change the text on it with a js function, try to save on the DB (I have to click on a imagebutton to save it), but on the... |
Forum: ASP.NET Jul 13th, 2009 |
| Replies: 3 Views: 918 Hi,
Using ajax, I manage to solve this, registering the imagebutton for postback in the scriptmanager... and that's it! |
Forum: ASP.NET Jul 10th, 2009 |
| Replies: 1 Views: 404 Hi again,
I found my own answer... I used CustomValidator and set the OnServerValidate property to a method on the codebehind to go through the gridview comparing the SelectedValue of the current... |
Forum: ASP.NET Jul 10th, 2009 |
| Replies: 1 Views: 404 Hi,
I have a DropDownList (filled in the rowCreated method) in a TemplateColumn in a GridViewRow.
A user can add a row to select another value in the new dropdownlist created.
I need to... |
Forum: ASP.NET Jul 8th, 2009 |
| Replies: 3 Views: 918 I tried it, and it reaches the event, as you said, but the problem now is that the HasFile property of the FileUpload control is false when after I select the file... And I don't know why...
I... |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 3 Views: 918 Hi,
I have a gridview that has a fileupload (fupRespuesta) control in a itemtemplate field, I need to enable automatic upload after file is selected.
Then I added a imageButton (imgRespuesta)... |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 3 Views: 1,301 Thanks... but I tried it, and It didn't worked. I just have to give up that idea, coz I'm on a schedule...
Thank you very much... |
Forum: ASP.NET Jun 29th, 2009 |
| Replies: 0 Views: 401 Hi,
I have a dataset build at design time (vs 2008) with several tables of my DB (MSSQL 2005).
I have a DataTable with its tableadapter... I need that the TableAdapter.Update function returns... |
Forum: ASP.NET Jun 26th, 2009 |
| Replies: 8 Views: 1,027 Thanks, and I'll try to be more accurate on my explaining.
So, as far I can see, the trick is to construct the object before I add it, I don't know how could I miss it...
Thanks again!... |
Forum: ASP.NET Jun 26th, 2009 |
| Replies: 8 Views: 1,027 Yes... server side... I've been doing in a simpler maner with
For Each obj As bNoticiasBE In oListaNoticiasBE
tdvcNotTitular = New System.Web.UI.HtmlControls.HtmlTableCell
... |
Forum: ASP.NET Jun 26th, 2009 |
| Replies: 3 Views: 1,301 Hi,
I have a Button inside of a GridView, inside of another GridView.
The higher gv is filled with a dataset, and in the RowCreated event I fill the second gv, and finally, in the RowCreated... |
Forum: ASP.NET Jun 26th, 2009 |
| Replies: 8 Views: 1,027 Well... i forgot to say I want to do it, in the codebehind... not in the aspx file... |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 8 Views: 1,027 Hello folks,
I need to create a html table dynamically, so I used HtmlTable and HtmlTableCell ... but I need to put inside a HtmlTableCell another HtmlTable object, so the structure will be:
... |
Forum: ASP.NET Apr 16th, 2008 |
| Replies: 1 Views: 1,153 Anyone?, Plzzzz, this is driving me crazy!!
!! |
Forum: ASP.NET Apr 15th, 2008 |
| Replies: 2 Views: 1,372 Hi,
I guess you have two options, make an Absolute Path or a Relative Path
In the absolute path, you have to put the entire URL on the link, like, http://domainname/ProjB/FolderB/FileB.asp
... |
Forum: ASP.NET Apr 15th, 2008 |
| Replies: 1 Views: 1,153 Hi all,
I need a more elegant way to do the convertion between different cultures
First I parse the field into the default culture (en-US) like this,
Dim Format As New... |
Forum: ASP.NET Sep 23rd, 2007 |
| Replies: 3 Views: 3,445 Thanks for your reply ptaylor965, !!
Well, first of all, I made a mistake about the component, Its a gridview; second of all, on which event do I put these codes? consider that my gridview its... |
Forum: ASP.NET Sep 22nd, 2007 |
| Replies: 3 Views: 3,445 Hi hi!
Just that, I want to hide a asp:button when a asp:dataview is empty and show it when it has records...
Any Ideas?
Omar |
Forum: ASP.NET Sep 22nd, 2007 |
| Replies: 1 Views: 6,718 Hi again,
I was wondering, how can I comment an asp tag, in HTML is <!-- -->, on ASP VB Code is ', but an ASP.NET tag like <asp:TextBox1 ></asp:Textbox1> how can I comment it?? I've tried with... |
Forum: ASP.NET Sep 21st, 2007 |
| Replies: 0 Views: 4,728 Hi Friends,
I'm having a kind of anoying problem, I have a ObjectDataSource with a Select with parameters, one of them receives its value from a DropDownList and the others from textboxes, this... |