[DotNetDevelopment] Re: There is no source code available for the current location.

2010-06-18 Thread Ana
I found what was wrong on my code and actually it was not related to this message. However, I noticed that, even though the code is working properly, the message is still popping up when I'm debugging. What does this message mean, then? Just one more bug? Ana On Jun 18, 9:43 am, Ana wrote:

[DotNetDevelopment] Re: There is no source code available for the current location.

2010-06-18 Thread Ana
? What triggers this error message? Ana On Jun 17, 7:35 pm, Abul Hasan Lakhani wrote: > Did you change the Source Code in anyway after hitting F5? > > Try rebuilding your application and hitting F5 again. > > Hope it helps. > > Abul Hasan Lakhani > > On 18 June 2010 00:

[DotNetDevelopment] There is no source code available for the current location.

2010-06-17 Thread Ana
() DataListDiv.Visible = True End Sub Does anyone knows why this message is displayed, what is the problem and how to solve it? I appreciate your help! Ana

[DotNetDevelopment] Re: DropDownList DataBound

2010-05-26 Thread Ana
y routine for binding the FormView and an exception in thrown in the line: myFormView.DataBind() saying that the selected value in the DDL doesn't exist in the list of items. Any suggestions of what is happening? Thanks, Ana On May 25, 11:30 pm, Cerebrus wrote: > I tried to reply yester

[DotNetDevelopment] Re: DropDownList DataBound

2010-05-25 Thread Ana
uggestions about what can be wrong, please let me know. Thanks a lot, Ana On May 24, 3:44 am, ravindra kumar wrote: > use ddl.items.findbyvalue('val').selected=true; > > > > On Sat, May 22, 2010 at 1:20 AM, Ana wrote: > > Hi Keidrick, > > > Than

[DotNetDevelopment] Re: DropDownList DataBound

2010-05-21 Thread Ana
Hi Keidrick, Thanks for your reply. I took a look at the link you sent, but that's exactly what I'm doing. The problem is that when I try to set the selected value, it is not changed and I can't see why. Can you help me with this? Ana On May 21, 1:07 pm, KeidrickP wrote: &

[DotNetDevelopment] DropDownList DataBound

2010-05-21 Thread Ana
100. I know this must be something very simple that are missing, but anyone have any suggestions of what is happening? I appreciate your help! Ana

[DotNetDevelopment] Re: Pop up javascript alert in VB.NET code

2010-04-13 Thread Ana
m > Linkedin:http://www.linkedin.com/pub/keidrick-pettaway/8/705/b58 > > > > > > -Original Message- > From: Ana > Date: Tue, 13 Apr 2010 14:45:17 > To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web > Services,.NET Remoting > Subject:

[DotNetDevelopment] Re: Pop up javascript alert in VB.NET code

2010-04-13 Thread Ana
Web:http://www.kpettaway.com > Linkedin:http://www.linkedin.com/pub/keidrick-pettaway/8/705/b58 > > -Original Message- > From: Ana > Date: Tue, 13 Apr 2010 14:23:43 > To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web > Services,.NET Remoting > Subject: [DotN

[DotNetDevelopment] Pop up javascript alert in VB.NET code

2010-04-13 Thread Ana
e you sure you want to continue?" 'if user wants to continue, proceed 'if user cancels the operation, leave Sub End Sub Is this something possible? Thanks, Ana -- To unsubscribe, reply using "remove me" as the subject.

[DotNetDevelopment] Problem Exporting GridView to Excel spreadsheet

2010-04-09 Thread Ana
End If table.RenderControl(htw) HttpContext.Current.Response.Write(sw.ToString) HttpContext.Current.Response.End() End Sub Any suggestions about how to make the images fit in the Excel file? Thanks, Ana -- To unsubscribe, reply using "remove me" as the subject.

[DotNetDevelopment] Re: Get IDs from URL

2010-02-02 Thread Ana
Hi Khan, Thanks a lot! The solution you gave was exactly what I was looking for! :) Ana On Feb 1, 7:07 pm, khan abuzaid noorulhaque wrote: > hi > Request.QueryString.Get("icID").ToString() > Request.QueryString.Get("sId").ToString() > Request.Quer

[DotNetDevelopment] Get IDs from URL

2010-02-01 Thread Ana
o, my question is: how do I get this IDs from the URL? Thanks in advance for the help. Ana

[DotNetDevelopment] Re: Problem Updating GridView

2010-01-19 Thread Ana
Just found the answer. I was Binding my GridView in the Page Load and this was causing the problem. Whenever the page was reloaded, the value for the text box was reset to its original value. On Jan 19, 9:02 am, Ana wrote: > Hi, > > I have the following code: > >

[DotNetDevelopment] Problem Updating GridView

2010-01-19 Thread Ana
getting the new name I just type (in this case, HTML), it's getting the old one (ASP.NET). I cannot see what is wrong. Does anyone have suggestions? Thanks, Ana

[DotNetDevelopment] Change GridView to Edit Mode

2009-12-22 Thread Ana
dView() End Sub But nothing happens. ANy suggestions of how to achieve my goal? Thanks, Ana

[DotNetDevelopment] Re: Send email with attachment

2009-12-22 Thread Ana
> particular image address. However due to security issues, the end user may > NOT able to see images unless he/she allows that. > > On Fri, Dec 18, 2009 at 11:34 PM, Ana wrote: > > Hi, > > > I need to send an email with attachment, but the attachment is in the

[DotNetDevelopment] Re: Send email with attachment

2009-12-21 Thread Ana
t solution. Any other suggestions? Ana On Dec 18, 11:53 pm, "veryjo...@yahoo.com" wrote: > hi, > > Give the complete path :http://www.websitename/Folder/image.jpg > instead of the relative path > > Regards > Mateen > > On Dec 18, 11:34 pm, Ana wrot

[DotNetDevelopment] Send email with attachment

2009-12-18 Thread Ana
lowing error message is fired: Invalid mail attachment 'www.companywebsite.com/Folder/Image.jpg' I typed the thumbPath in the browser and the Image is found in the website. How to attach this image in my email? Thanks in advance, Ana

[DotNetDevelopment] Re: Invalid postback or callback argument

2009-11-18 Thread Ana
Because I need to re-bind the GridView after sending the email, my problem was solved. However, I would like to understand what was happening and why that error message was being fired... On Nov 18, 12:24 pm, Ana wrote: > An update to this problem: the error message is fired when I try to >

[DotNetDevelopment] Re: Invalid postback or callback argument

2009-11-18 Thread Ana
An update to this problem: the error message is fired when I try to send another email, no matter if I'm trying to resend the same email or if I'm trying to send another email. On Nov 18, 12:14 pm, Ana wrote: > Hi, > > In my page I have a GridView and in two columns the user

[DotNetDevelopment] Invalid postback or callback argument

2009-11-18 Thread Ana
me error message before but I don't remember the context. Does anyone know why this message was fired? What is happening? How to fix it? Thanks a lot, Ana

[DotNetDevelopment] Re: Strange Problem with UpdatePanel...

2009-11-04 Thread Ana
One more coment about the problem: my previous version didn't have the (Only the UpdatePanel and evrything inside it) and was working ok. When I included the UpdatePanel inside the was when I started having this problem. On Nov 4, 11:59 am, Ana wrote: > Hi, > > In the page I&

[DotNetDevelopment] Strange Problem with UpdatePanel...

2009-11-04 Thread Ana
_postBack method but I still have the same problem (after removing this two callings to the __postBack method, the only call to a javascript in my Page is to confirm the deletion of a record). Have anyone ever had this problem? What is happening? All help is welcome! Thanks, Ana

[DotNetDevelopment] Re: How to create this table?

2009-10-26 Thread Ana
ch as the button with labels can be done by > handling the RowDataBound event. > > On Oct 23, 11:46 pm, Ana wrote: > > > Hello everyone, > > > In the page I’m developing, I need to create a table (GridView, > > DataGrid, etc) in the following structure: >

[DotNetDevelopment] How to create this table?

2009-10-23 Thread Ana
advance, Ana

[DotNetDevelopment] Re: How to Unsubscribe?

2009-10-21 Thread Ana
What a difficult task! Almost as hard as Subscribe =p On Oct 21, 10:29 am, Cerebrus wrote: > I was about to unsubscribe you from the Group during moderation, but > then I read your post again and realized you were asking "how to > unsubscribe". Ok, here goes... > > You can browse to the Group us

[DotNetDevelopment] Re: How to get a control inside formView

2009-10-21 Thread Ana
table can do the work. Thanks a lot for your help Paulo! I really appreciate it! Ana On Oct 20, 7:50 pm, Paulo Roberto Pellucci wrote: > Thanks Cerebrus, I'm glad to know my answers are helping this group members. > I am here to learn and "teach" whoever needs. > > Ana, a

[DotNetDevelopment] Re: How to get a control inside formView

2009-10-20 Thread Ana
se, a Label and some TextBoxes. The label I'm using is just to display an ID (which I obtain from another Label, outside the FormView) I will take a look in the links you sent me and see if it helps. Thanks again, Ana On Oct 20, 9:44 am, Paulo Roberto Pellucci wrote: > Your code isn't

[DotNetDevelopment] Re: How to get a control inside formView

2009-10-20 Thread Ana
ou suggest anything? On Oct 19, 7:56 pm, Paulo Roberto Pellucci wrote: > Ana, > > the label will not exist in the page if the content was not bindable yet. > > I mean, the control will only be rendered if there is a datasource linked on > it and it you've invoked the myFormVi

[DotNetDevelopment] How to get a control inside formView

2009-10-19 Thread Ana
Label = CType(myFormView.FindControl("myLabel"), Label) But myLabel is always Nothing :( How do I get the control then? Thanks a lot, Ana

[DotNetDevelopment] Re: Keep DataTable after postBack

2009-09-25 Thread Ana
ing out-of-process is > slower.) > > ∞ Andy Badera > ∞ +1 518-641-1280 > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=andrew%20badera > > On Fri, Sep 25, 2009 at 1:06 PM, Ana wrote: > > > I still can't se

[DotNetDevelopment] Re: Keep DataTable after postBack

2009-09-25 Thread Ana
es, what do you mean by "limits them when it comes to scaling"? Thanks a lot, Andrew! Ana On Sep 25, 10:57 am, Andrew Badera wrote: > Cache is intended for something that will be used repeatedly > throughout the application by different users. Session is intended for > per-user

[DotNetDevelopment] Re: Keep DataTable after postBack

2009-09-25 Thread Ana
[ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=andrew%20badera > > On Fri, Sep 25, 2009 at 12:35 PM, Ana wrote: > > > Hi, > > > I'm binding a Data Table based on the Directory Structure and in > > information retrieved fr

[DotNetDevelopment] Keep DataTable after postBack

2009-09-25 Thread Ana
Base (and consequently in the table), I add it to the table. Because this is a quite slow operation and I need the table a lot of times, I would like to keep this DataTable even after a post back occurs. Is this something possible, or every time I have to re-bind the table? Thanks, Ana

[DotNetDevelopment] Re: help me todesign masterpage

2009-09-18 Thread Ana
Hi Arun, What have you done already? What are your questions? Ana On Sep 18, 1:29 pm, arun kumar wrote: > Hi, >   > I am new user for asp.net. can u guide me to create master page. i want top > title bar/ search. > in body left side bar, cnter content page , right weather for

[DotNetDevelopment] Re: Div positioning

2009-09-18 Thread Ana
Yes, Brandon, you are definitively spamming! lol =D On Sep 18, 11:34 am, Brandon Betances wrote: > I know I, for one, am spamming.http://bit.ly/XZILB

[DotNetDevelopment] Re: Div positioning

2009-09-18 Thread Ana
> >> ∞ This email is: [ ] bloggable [x] ask first [ ] private > >> ∞ Google me:http://www.google.com/search?q=andrew%20badera > > >> On Fri, Sep 18, 2009 at 10:19 AM, Ana > >> wrote: > > >> > Hi, > > >> > I think this is mo

[DotNetDevelopment] Re: Div positioning

2009-09-18 Thread Ana
; > ∞ Andy Badera > ∞ +1 518-641-1280 > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=andrew%20badera > > On Fri, Sep 18, 2009 at 10:19 AM, Ana wrote: > > > Hi, > > > I think this is more a HTML question, but any

[DotNetDevelopment] Div positioning

2009-09-18 Thread Ana
have this problems. Thank you all, Ana

[DotNetDevelopment] Re: Check TreeView checkboxes using JavaScript

2009-09-17 Thread Ana
I just tested using Chrome, Safari, Firefox and IE 8. And it's working in all of them =) Thanks a lot Cerebrus!! On Sep 17, 2:33 pm, Ana wrote: > Hi Cerebrus, > > I tried getElementsByTagName("input") and it's working. However, the > website is supposed to

[DotNetDevelopment] Re: Check TreeView checkboxes using JavaScript

2009-09-17 Thread Ana
lement*s*ByTagName (plural). > > If it still doesn't work, tell us what browser you work on and its > version. The code I pasted works on IE 7 and FF 3+. > > On Sep 17, 9:34 pm, Ana wrote: > > > Hi Cerebrus, > > > In the line > > --- > > var chBoxes =

[DotNetDevelopment] Re: Check TreeView checkboxes using JavaScript

2009-09-17 Thread Ana
and Chrome too. Hope we can figure out a way to make this work. Thanks, Ana On Sep 17, 11:59 am, Cerebrus wrote: > getElement*s*ByTagName (plural). > > If it still doesn't work, tell us what browser you work on and its > version. The code I pasted works on IE 7 and FF 3+. > &g

[DotNetDevelopment] Re: Check TreeView checkboxes using JavaScript

2009-09-17 Thread Ana
;       for (var i = 0; i < chkBoxes.length; i++) >       { >         var chk = chkBoxes[i]; >         if (chk.type == "checkbox") >         { >           chk.checked = check; >         } >       } >     } >   > > >   >     >       >         >           >             >          

[DotNetDevelopment] Check TreeView checkboxes using JavaScript

2009-09-16 Thread Ana
anks a lot, Ana

[DotNetDevelopment] Re: Web Page Design

2009-09-16 Thread Ana
Oh, come on... Let's give him/her a chance =) New opportunity for ask your question, MSR234 =) On Sep 16, 10:17 am, Cerebrus wrote: > I can be the Easter Bunny if you can arrange the ice cream and > lemonade. Who's volunteering for the Pony, now ?! > > On Sep 16, 2:07 pm, Andrew Badera wrote:

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-16 Thread Ana
> From: processor.de...@gmail.com > To: dotnetdevelopment@googlegroups.com > > Well, it looks like that is the problem...Try not to hide it, but to disable > it :) > > 2009/9/14 Ana > > I came back to the page I was working before to see if I find what is > > firing thi

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-14 Thread Ana
umn in the GridView. So the solution is not as simple as only enable/disable controls. Any suggestions? Thanks, Ana On Sep 14, 12:41 pm, Processor Devil wrote: > Well, it looks like that is the problem...Try not to hide it, but to disable > it :) > > 2009/9/14 Ana > > > &g

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-14 Thread Ana
ser is the administrator; when the user is not the administrator, what I'm doing is hide the control (usually a Button). Can this be the reason why I'm having the error message? Thanks, Ana On Sep 14, 9:48 am, Ana wrote: > Hi, > > Apparently what was happening was that in the EditIt

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-14 Thread Ana
Correction: usually, I'm hiding Buttons, not TextBoxes On Sep 14, 12:36 pm, Ana wrote: > I came back to the page I was working before to see if I find what is > firing this error message. I just realized that, even though I'm not > creating controls dynamically, I'm

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-14 Thread Ana
ser is the administrator; when the user is not the administrator, what I'm doing is hide the control (usually a TextBox). Can this be the reason why I'm having the error message? Thanks, Ana On Sep 14, 9:48 am, Ana wrote: > Hi, > > Apparently what was happening was that in the Ed

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-14 Thread Ana
about this? Thanks, Ana On Sep 14, 9:32 am, Ana wrote: > This problem is really driving me nuts! I'm working in a diferent page > now, and am having the same problem (always associated with a > formview). In the page I'm working now, the problem happened when I > updated

[DotNetDevelopment] Re: "Failed to load view state"

2009-09-14 Thread Ana
ve this problem. As you said, Raghupathi, "we are giving a way to hacker to intrude by disabling the event validation". Anyone here already had this problem and can help me with this? I appreciate all help! Thanks, Ana On Sep 9, 11:55 pm, Raghupathi Kamuni wrote: >

[DotNetDevelopment] Re: Problems with nulls in the RadioButtonList

2009-09-14 Thread Ana
ist.SelectedValue = > "yes" > > ElseIf bit_field = "False" Then MemberRadioButtonList.SelectedValue = > "no" > > End If > > Hope this helps! > > On Sep 11, 9:38 am, Ana wrote: > > > Hi, > > > I have a formview and, inside it,

[DotNetDevelopment] Re: gridview operations

2009-09-11 Thread Ana
> 1) how to update the gridview? You could do something like this:

[DotNetDevelopment] Re: Problems with nulls in the RadioButtonList

2009-09-11 Thread Ana
The problem was in the database: isMember was a bit, instead of a tinyint. It's working now. =) But my question now is: why it works with a tinyint, but no with bit? Thanks, Ana On Sep 11, 10:09 am, Ana wrote: > Actually my problem is a little bit different. In my query for bindi

[DotNetDevelopment] Re: Problems with nulls in the RadioButtonList

2009-09-11 Thread Ana
ems. If my list of items has only two value (0 and 1) and my query is making each NULL value equals to 0, wasn't this supposed to work? I ran the query in the SQL Server and it's working properly. What the problem could be? Thanks again, Ana On Sep 11, 9:38 am, Ana wrote: > Hi, >

[DotNetDevelopment] Problems with nulls in the RadioButtonList

2009-09-11 Thread Ana
ember: - How do I handle with the nulls in this case? Thanks a lot! Ana

[DotNetDevelopment] "Failed to load view state"

2009-09-09 Thread Ana
vious request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. -- What is happening here? Why this error message in being fired? Thanks in advance, Ana

[DotNetDevelopment] Button not being shown

2009-09-03 Thread Ana
, it will be True by default) However, the Button is not being shown in the formView, even if I set its visibility to True. Why the button is not being shown? Any ideas? Thanks, Ana

[DotNetDevelopment] Re: learning ADO.NET through internet

2009-09-03 Thread Ana
Good reply, Processor =) On Sep 3, 6:41 am, Processor Devil wrote: > http://lmgtfy.com/?q=ADO.NETthis rocks :) > > 2009/9/3 > > > I hear bing.com isn't a bad site either.. > > > Keidrick Pettaway > >http://kpettaway.com > > > -- > > *From*: Processor Devil > > *Date*

[DotNetDevelopment] Re: Invalid postback or callback argument

2009-09-02 Thread Ana
oes it contain > some special characters ? > > Your response might better help to pinpoint and subsequently explain > the problem. > > On Sep 2, 4:08 am, Ana wrote: > > > I put EnableEventValidation="false" in <@Page ... > and it solved my > > problem

[DotNetDevelopment] Re: Invalid postback or callback argument

2009-09-01 Thread Ana
I put EnableEventValidation="false" in <@Page ... > and it solved my problem. But I would like to understand what is this problem and when and why it happens. If someone can explain in newbie language I appreciate =) On Sep 1, 3:06 pm, Ana wrote: > Hello everyone, >

[DotNetDevelopment] Invalid postback or callback argument

2009-09-01 Thread Ana
_Click method be called. This method is in the code behind but do nothing at this moment. -- Protected Sub MoveUpButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) End Sub -- What is happening here? What is wrong? Why I'm having this error? Thanks, Ana

[DotNetDevelopment] Re: How to sort a DataTable?

2009-09-01 Thread Ana
le As DataTable, ByVal > > sortExpression as string) As DataTable > >  Dim sTable as DataTable > >  Dim dView As DataView = dTable.DefaultView > >  dView.Sort = sortExpression > >  sTable = dView.Table > >  Return sTable > > End Function > > --- > > &g

[DotNetDevelopment] Re: How to sort a DataTable?

2009-08-31 Thread Ana
interested to know as well. > Keidrick Pettawayhttp://kpettaway.com > > -Original Message- > From: Andrew Badera > > Date: Mon, 31 Aug 2009 16:20:40 > To: > Subject: [DotNetDevelopment] Re: How to sort a DataTable? > > Ana, > > Can you share what was wrong

[DotNetDevelopment] Re: How to sort a DataTable?

2009-08-31 Thread Ana
m dv as dataview=dt.defaultview > > If ViewState("sortablefield") Then >             dv.Sort = "NAME" & " desc" >             ViewState("sortablefield") = False >         Else >             dv.Sort = "NAME" & " asc" &g

[DotNetDevelopment] How to sort a DataTable?

2009-08-31 Thread Ana
rong? How can I sort the DataTable? Thanks, Ana

[DotNetDevelopment] Problems with GridView

2009-08-28 Thread Ana
") adapter.SelectCommand = selectCMD adapter.Fill(dTable) dTable = indentTable(dTable) myGridView.DataSource = dTable myGridView.DataBind() Return dTable End Function Any ideas of what's is wrong and what do to to fix it? Thanks in advance for all the replies, Ana

[DotNetDevelopment] Re: Problems with GridView

2009-08-28 Thread Ana
I found it in this link: http://snippets.dzone.com/posts/show/6840 text = Server.HtmlDecode(" ") + row("Name") =D On Aug 28, 10:02 am, Ana wrote: > Hi, > > I tried to use the same line in the DropDownList, but it's not > working. > If I use: text = &q

[DotNetDevelopment] Re: Problem inserting a row in a DataTable

2009-08-28 Thread Ana
I thought of using the ImportRow() method, but I gave up of the idea because I needed to insert the Row in a specific position in the Table. How can I do this using the ImportRow()? Thanks, Ana On Aug 27, 12:19 am, Cerebrus wrote: > This is not the correct way. What you are doing in t

[DotNetDevelopment] Re: Problems with GridView

2009-08-28 Thread Ana
em in the DropDownList will be: Name (without blank spaces) Is there a way to put blank spaces in the DropDownList elements? Thanks, Ana On Aug 27, 11:49 am, Ana wrote: > It works =D > Thanks! > > On Aug 27, 11:23 am, Cerebrus wrote: > > > When working with web pages, r

[DotNetDevelopment] Re: Problems with GridView

2009-08-27 Thread Ana
breaking space: > newName = "  " + row("Name") > > On Aug 27, 9:47 pm, Ana wrote: > > > Hi, > > > In my page I have a GridView and I'm binding it in the code behind. > > The data in my gridView should appear similar to a directory structure > >

[DotNetDevelopment] Re: datatable object

2009-08-27 Thread Ana
Here is a link that may help you: http://msdn.microsoft.com/en-us/library/33y2221y.aspx Ana On Aug 27, 10:22 am, himanshu wrote: > i hv a datatable and i added rows and column in it now i want to > insert my datatable rows in my database's table.how to insert the rows > o

[DotNetDevelopment] Re: Problems with GridView

2009-08-27 Thread Ana
om the GridView! Please, I need some help! =S Thanks. On Aug 27, 10:47 am, Ana wrote: > Hi, > > In my page I have a GridView and I'm binding it in the code behind. > The data in my gridView should appear similar to a directory structure > (but in my case using a TreeView doesn&

[DotNetDevelopment] Bi dimensional arrays in VB.NET?

2009-08-26 Thread Ana
Hi, I have two very simple questions: 1) Is there a way to use bi dimensional arrays in ASP.NET? 2) Why not to use Array List? What are the disadvantages of using it and what to use if not using ArrayList? Thanks, Ana

[DotNetDevelopment] Re: Problem inserting a row in a DataTable

2009-08-26 Thread Ana
dTable.Rows.InsertAt(newRow, indexInsert) indexInsert = indexInsert + 1 Next On Aug 26, 3:15 pm, Ana wrote: > Hi, > > I have two DataTables (dTable and childrenTable) and I need to insert > one row from childrenTable to dTable in

[DotNetDevelopment] Problem inserting a row in a DataTable

2009-08-26 Thread Ana
= indexInsert + 1 Next However, I'm having the error: "This row already belongs to another table". Any ideas about how to solve this problem? Thanks in advance, Ana

[DotNetDevelopment] Re: Get checkBoxList.Items(x).Text in javascript

2009-08-25 Thread Ana
urrLabelText = lblList[i].innerText; >     if (currLabelText.lastIndexOf(text) > -1) >       currChkBox.checked = true; >   }} > > --- > > Note that the code works only in IE... other browsers do not support > the "innerText" property (Use "textContent"

[DotNetDevelopment] Get checkBoxList.Items(x).Text in javascript

2009-08-22 Thread Ana
ut how I can do it? Thanks in advance, Ana

[DotNetDevelopment] Cache search results (VB.NET)

2009-08-20 Thread Ana
sometimes were very complicated. Any help with code, links or explanation are very much appreciated. Thanks a lot, Ana

[DotNetDevelopment] Re: Check if the focus is is a textBox

2009-08-20 Thread Ana
Hi Wyrm, Thanks for your reply. I used a similar idea and it's now working. Thanks a lot. Ana On Aug 20, 8:28 am, Wyrm wrote: > Hello. > Well, you can't get the "control which has focus", but the one "which > made the postback". > In your Page_Loa

[DotNetDevelopment] Check if the focus is is a textBox

2009-08-19 Thread Ana
ly after that set the focus to the secondTextBox. I would need a way to check if the focus is in the second textBox, too, so the code for the SecondTextBox would be executed only when the focus would be on it. Is this possible? What else can I do to make it work properly? Thanks a lot, Ana

[DotNetDevelopment] AutoSuggest from SQL

2009-08-19 Thread Ana
if (inputField != null && inputField.value.length != 0) { if (inputField.createTextRange) { var FieldRange = inputField.createTextRange(); FieldRange.moveStart('character', inputField.value.length); FieldRange.collapse(); FieldRange.select(); } } } Thanks in advance, Ana

[DotNetDevelopment] Override DropDownList Control

2009-08-12 Thread Ana
g then? I created this class in the folder App_Code. Is it correct? Please, I need some help with this. I'm using ASP.NET 3.5, Visual Studio 2008 and VB.NET. And the DropDownList is inside a GridView. If you have any other suggestions about how to to this, please let me know. Thanks in advance, Ana

[DotNetDevelopment] Re: DropDownList populated according to what the user types

2009-08-10 Thread Ana
textBox after type something on it. How do I do to make the DDL to be bound when the user types something without needing to click outside the textbox? Other thing I just noticed is that: let's suppose I want to see all people named ANA. When I type A, and click outside the TextBox, the routi

[DotNetDevelopment] Re: DataGridView problems

2009-08-10 Thread Ana
How are you binding your gridView? Isn't just change you sql query and make a join? On Aug 10, 11:26 am, digger_54 wrote: > Hi all, > > can anyone help me, I need to pull data from 2 tables into the same > datagridview. > > All the columns will be comming from 1 table, except 1 column that > wil

[DotNetDevelopment] DropDownList populated according to what the user types

2009-08-10 Thread Ana
n the list. And so on. I know I need to use AJAX to do this, but because I never used AJAX before, I don't know how to start. Can you please help me with this? I'm using VB.NET, ASP.NET 3.5 and Visual Studio 2008. I really appreciate your help! Ana

[DotNetDevelopment] GridView.selectedRow

2009-08-05 Thread Ana Drumond
As TextBox = selectedRow.FindControl("myTextBox ") Dim info As String = myTextBox.Text However, my selectedRow is always Nothing. Does anyone knows how can I get the selectedRow in a different way? Any help would be greatly appreciated! Thanks, Ana

[DotNetDevelopment] Re: Problems while searching for an element in as ArrayList

2009-08-01 Thread Ana
Sorry, my bad. The firstArray wasn't pulling the right results. ArrayList.Contains works perfectly well =) On Jul 31, 9:02 am, Ana Drumond wrote: > Hi, > > I’m developing is ASP.NET/VB.NET. I’m having problems while searching for an > element in an ArrayList. What I have is

[DotNetDevelopment] Problems while searching for an element in as ArrayList

2009-07-31 Thread Ana Drumond
condArray.Contains(str) = True Then secondArray.Remove(str) myCount = myCount + 1 End If Next Next Ana