User Profile
Collapse
-
Try some local page that is on your server by giving its url.... -
using xpath you can Access node values like
you want to access the value of root node
/.
for a content under root
/content/.
To Access attribute value
if you have an attribute id on the content dat is under root.
/root/content/@id
Hope this will work.
It works both with FireFox and IE , but if did't work then dat means you have...Leave a comment:
-
If you suggest div then how to use it. I just understand from your answere is that you have said to use to div.
And when i increased the contents in right panel the menu cell occupies more space . it did't do with contents....Leave a comment:
-
Hi,
the problem is that when you press the back button it picks the page from the browser cache and shows it so i am giving the some line code for to place in the page for that you want refresh. So when you write this code in the page it will not pick the copy from cache but request from server to send the fresh copy.
The code is in vb syntax you can easily check the syntax in c# there will be no problem.
...Leave a comment:
-
Row Span problem
Hi
I am facing a problem with row span the code is given below. problem is that when i the contents of the right panel increased the first cell dat have menu get unnessary space , i did't know how to get rid of this space due to which i am having problem.
<table height="400" border="1" width="100%" cellpadding="0" cellspacing="0" >
<tr>
<td... -
Hi,
You can check the extension while using the programe , by
if Fileinfo.Extens ion == "extension_name " then
'Do this
end if...Leave a comment:
-
Hi,
Can you please explain your scene a little bit more as it is a little confusing.
Regards...Leave a comment:
-
Hi hope this will give you some idea
<asp:DropDownLi st id="methdselect " runat="server" datasource='<%# Methodlist.item s %>' SelectedIndex=' <%#GetStateInde x(DataBinder.Ev al(Container, "DataItem.Metho d")) %>'></asp:DropDownLis t>
Protected Function GetStateIndex(B yVal Method As String) As Integer
dim i As Integer = Methodlist.Item s.IndexOf(Metho dlist.Items.Fin dByText(Method) )...Leave a comment:
-
Hi,
I want to know you are binding Datagridview with xml file or Database and again you want to write the data in xml file or in text file.
Regards...Leave a comment:
-
Did you complie the treeview control according to given instructions Some problem can come because the csc.exe given in the build.bat is not found. You search it in winnt directory usually you found it in the x:\winnt\dotnet framework\10.11 \csc.exe edit build.bat file and paste this path with the csc.exe then save it and run it a dll file created. Create a new asp.net project paste this file in bin directory. Go to add remove controls on control...Leave a comment:
-
Hi , Sorry for late reply , Caz i was busy a little bit.
Hmm i have seen a little bit of your good but its too long to read it out.
So i have made an example for you that will help you how to create and delete rows on dynamically , I used to work in VB Script , not too much changed from c# with respect to function but syntax is changed. hope this will help you
'Code
<%@ Page Language="VB"...Leave a comment:
-
i hope that will give some idea
dim str(3) as string ' An array of string with 3 indexes
Using an array is simple
str(0) = txtbox1.text
str(1) =txtbox2.text
str(2) =txtbox3.text...Leave a comment:
-
Hi ,
Well i can provide the VB Code as sample, as i have not so much time to convert it to c#, So if you want please tell......Leave a comment:
-
Hi
Can you please give me the code, i will guide you according to your requirement.
Regards...Leave a comment:
-
Hi Again,
Ok so you can handle it in DataGrid , Data Grid is a bulitin control for asp.net through which you can achieve your above described goal.
You can achieve through manaul code as well and i can give you an idea about it as well, but i will recommand that if already a control is given so why not we use it.
You can get many help on DataGrid Control.
if you have any problem please feel...Leave a comment:
-
[Your Reply ]
Can you please tell me the complete Scene what you what to do, :confused:
But answer to your question is that you YES we can add two controls to a single cell. And also please tell me that are you trying to add controls through code or manually in the table cell,
And if you are getting some kind of error already please write that also
Regards...Leave a comment:
-
Hi,
You have to perform the table creation on the load event of the Page. Because if you did't perform the table creation or any addition of controls on the page, it will not remain next time you load the page, the same thing is happening to you .
Please fell free to ask if you have any Problem or if you really need a code.Leave a comment:
-
-
Hi,
Can you please tell me in which event you are binding datagrid with datatable. if you don't know where you binding you datagrid then perform this
Make a function where you perform your databinding operaton like
' I am writting code in VB (i don't know what you are using)
public sub perfromBinding ()
' you code goes here
end sub
' Now in the page load event
public...Leave a comment:
No activity results to display
Show More
Leave a comment: