Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 506 views
Hi, I am facing a problem here. I have a column where the value is equivalent to my identity column’s value. For an example, I have a column A store is “ABC0001″ and the 0001 is came from a column called Column B which identity on. Have anyone can help me that when a new record [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 519 views
Hi every body, In my asp.net project (VS2008) i create un xls file named Magazine.xsl wich is store at my project root (same level as default.aspx)I have a string variable named MyXML with this following value :—————————————————————-<?xml version=’1.0′ encoding=’ISO8859-1′ ?> <?xml-stylesheet type=”text/xsl” href=”Magazine.xsl”?><CATALOG> <CD> <TITLE>Empire Burlesque</TITLE> ……</CATALOG>—————————————————————— In my main aspx page i use Response command like [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 464 views
Hi all, I have a old page with this code: <iframe style = ‘width: 250px; height: 300px; border: 0px solid gray;‘ frameborder = ‘no‘ src = ‘video.asp?Id=<% =nIdVideo%>‘> </ iframe> within this frame shot a video. How can I catch with the javascript that is done click on the frame (in practice on video)? I [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 468 views
I need to search my sql database using full text search. My question is: How do I create the stored procedure and query? The full text is already created and I ma using asp.net and c# in my application? Do I need to include the name of the full text index in the stored procedure [...]