User Profile
Collapse
-
I solved it my using SQL SERVER FULL TEXT SEARCH METHOD and using ifilters....can search any type of documents contents... -
yes i set the time out in web config and iis as 480 minutes.I'm using session.abandon () when the user click signout button.My problem is not yet solved....Leave a comment:
-
-
-
You need Microsoft exchange server to relay mails to outside...Leave a comment:
-
Session getting expiring
I am developing an online bug tracking system in asp.net.IT is implemented now in our office,at a time around 10-15 peoples are using.Web application is hosted in a local machine(core 2duo-1 gb ram).My problem is when some user submit a bug his session is expiring and redirecting to home page.my code is
-----------------------------------------------------------------------------------------------------------------
... -
Listing Files in a Directory for ASP.NET(Directory ListBox)
here is the code list all file in a folder-config it ur own,i list only .aspx files
--------------------------------------------------------------------
string dirPath = Server.MapPath( "");
int dirPathLength = dirPath.Length;
dirPathLength =dirPathLength+ 1;
string[] files = System.IO.Direc tory.GetFiles(d irPath, "*.aspx");
int fileArrLen = files.Length;... -
see this link
http://support.microso ft.com/kb/914277
www.renjur.co.n r
RENJUCOOL
RENJURLeave a comment:
-
in c#.net
TreeView tv = new TreeView();
panel1.Controls .Add(tv);
adding nodes
TreeNode newNode = new TreeNode("RENJU ");
treeView1.Selec tedNode.Nodes.A dd(newNode);...Leave a comment:
-
In web application this the code
<asp:TreeView ID="MyTreeView " Runat="server">
<Nodes>
<asp:TreeNode Value="Child1" Expanded="True" Text="1">
<asp:TreeNode Value="Grandchi ld1" Text="A" />
<asp:TreeNode Value="Grandchi ld2" Text="B" />
</asp:TreeNode>...Leave a comment:
-
Use VSTO 2005 SE to work with msoffice using c#.
U download it from microsoft site
for more details mail me
RENJUCOOL
RENJUR...Leave a comment:
-
How to create an email domain in IIS with outlook express
How to create an email domain with outlook express that can sen mails through intranet.
Visit:http://renjur.somee.co m
RENJUR
renjucool -
The KeyPress event is not missing. If you want to get the ASCII code of the key pressed in the KeyPress event, use the KeyPressEventAr gs' KeyChar property to get the Char representing the key pressed, and then convert it to an ASCII keycode using AscW. Also, if you want to determine whether a Char is numeric or alphabetic, you can use the IsNumber and IsLetter shared methods of Char. For example:
Code:
Private Sub frmGame_KeyPres s(ByVal...Leave a comment:
-
Vsto 2005
I am working with Vsto 2005 to create word and outlook addins.Now i want to create an addin to generate a custom wizard template in word 2003.plz help me how to acheive this -
Searching Binary data from sql server 2005
hi,
i am working electronic document management system store documents word excel adobe in database in binary format in sql server 2005.
i want to search the contents from the binary data.I am storing word documents in binary format in sql server table...how to search the contents inside the word document.What will b the search query
Renjur
Kochi
No activity results to display
Show More
Leave a comment: