Thanks J
Actually as I know that project is also made in VS 2005. I've already tried all that open stuff and it did not open.. The same err all the time. Hope the problem is nto that I have bot VS 2002 and VS 2005 installed.
Thanks,
Georgi
Hello everyone,
I have a project mady by someone else and I have to do some extra stuff on it, BUT I receieve the err :
when I try to open the solution? What should I do to go through that and to open that project?
Every advice is welcome.
p.s. I have Visual Studio 2005 Profesional
Thank...
Thanks,
but it didn't work out. I've tried:
function window_onload() {
window.resizeTo(500,350)
window.resizable=false
}
return window_onfocusout()
{
window.self.close
}
function window_onblur(){
self.close
}
but the same..
Thanks:)
Hello,
Kind of stupid question but I would need some help if you can:) I have a GridView control and a template hyperlink field in there. I wold like when I click on the hyperlink to open a _blank window or something like popup with exact size for example 400x400 and when i leave the window -...
Thank you:)
If somebody accidently comes to that question the answer is: It was hard to believe that gridview doesn't have own way to add new record so I had to use dataview or formview or whatever that can be called from:
Protected Sub GridView1_RowCommand(ByVal sender As Object, ByVal e...
Hello,
First of all that might be kind of a stupid question but I really need it:). Here it is-->I have tried to insert new record in gridview but when I click on the "NEW" - link button, I just do nothing. So i've looked all arround and didn't find something that can help me. All the help code...
Hello,
this is my code:
<script runat="server">
Dim authors As New DataSet()
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
............
End Sub
Protected Sub GridView1_Sorting(ByVal sender As Object, ByVal e As...
Hi :)
I've tried this:
Dim command As New OleDb.OleDbCommand("SELECT [FName], [SecondName], [LastName], [phone] FROM [Member]", connection)
No difference :(
best regards,
Georgi
Thanks for the replay!
Yes the reult is only the Grid Header and if I change the: DTable.Columns.Add(New DataColumn("FName", GetType(String)))
with:
DTable.Columns.Add(New DataColumn("asd", GetType(String)))
I recieve err like:
Column 'FName' does not belong to table .
Description: An unhandled...
Hello,
I've tried to populate my gridView from a database. The program starts but Gridview1 is empty. There is something wrong with tha way I build my dataTable I think. Hope somebody can give me advice or write any kind of a solutin.
Thank You!
p.s. Fname, SecondName, Phone, Lastname are...
but now it happens something strange:
for example a node in Depth=1 has 2 child nodes it double the Parent node too, o if they are tree so it makes 3 parent nodes with tha same name.. Any Idea why is that?:)
Oh I've forgot. I've tried:
Dim command As New OleDb.OleDbCommand("Select Produkti.ProdID,Produkti.ImeProd From Produkti" + " Inner Join Kategoria on Kategoria.CategorID = Produkti.CategorID " + " Where Kategoria.CategorID = " + CategorID, connection)
And it didn't work Gave mi kind of query...
Hello,
what I am trying to do is a dinamyc treeview that take the source form a AccessDatabase. But I recieve that err:
And here is the part of the Source:
Private Sub FillTitlesForAuthors(ByVal node As TreeNode)
Dim CategorID As Integer = node.Value
Dim connString As String...
it is BOTH:)
What exactly do you want to explain:) This is the ASP source but I do not know how to put the NAVIGATION that should be like i explained above.
Private Sub Node_Populate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.TreeNodeEventArgs)
If...
Hello,
I have to make a treeview dinamically taking the source from the database. So I made that but I would like to make the nodes to follow the urls - the treeview should be a kind of a sitemap too because the same database is used to fill gridview controls that are related one after another...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.