Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
1 Commented Post
4 Endorsements
Ranked #396
~10.7K People Reached
Favorite Tags
Member Avatar for Pankaj18
Member Avatar for rproffitt
0
158
Member Avatar for Pankaj18

Hi, i want to create a program like below Write ‘C’ language program for maintaining a phone book. Your Program should allow user to “ADD”, “DELETE”, “MODIFY”, “SEARCH”, “Display All Records” and “COUNT” records. All data should be stored in text file and should be available whenever the program is …

Member Avatar for Ancient Dragon
-2
1K
Member Avatar for Pankaj18

Hi, I want to disable resize of popup window. I am using following code but this is not working in any browser. [B]My Code::[/B] [I]window.open(url,'POPUP', "width=360,height=400,toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no");[/I] And when i m using <BODY Onload='noresize'>. This code working in only in IE not in mozilla. Please help me Thanks in advance Pankaj

Member Avatar for Dalbir_1
0
342
Member Avatar for Pankaj18

Hi, I am using below code to check only one radio button which is in gridview item template. But it allow multiple selection as CheckBoxes. My code: [code=asp.net]<columns> <asp:TemplateField HeaderText="Select"> <ItemTemplate > <asp:RadioButton ID="rd1" GroupName="rdBox" runat="server" /> </ItemTemplate> </asp:TemplateField> </columns>[/code] Please help me. Thanks ! Pankaj Singh

Member Avatar for arun1123
-1
4K
Member Avatar for Pankaj18

Hi, I am using following code that is working for mostly images but i have some special kinds of images which have italic text and tiff extension. in that case code is not working. Code:: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using …

0
57
Member Avatar for Pankaj18

Hi, Need some help with an problem that bugging me.. I have to open a .doc file at the client side when the user clicks a button. Opening is not a problem.. I am able to do it using the following code which is executed when the user clicks on …

Member Avatar for LaxLoafer
0
1K
Member Avatar for Pankaj18

Hi, I am using below code to hide a column in Gridview. Gridview have one template field(Checkbox) and multiple coulmns.And Auto generated field propert is true,remember there is no bound field.But it display an error. My code:: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[4].Visible =false;//error generated on this line …

Member Avatar for mitchikoy
0
1K
Member Avatar for Pankaj18

Hi, I am using following code to Highlighting keywords in a text or resume. My code: // al is an Arraylist which have keywrods as .net, java, xml... [code] al = (ArrayList)Session["keyWords"]; for (int i = 0; i < al.Count; i++) { if (s.Contains(al[i].ToString().ToLower()) || s.Contains(al[i].ToString().ToUpper()) || s.Contains(al[i].ToString())) { //s …

Member Avatar for Pankaj18
0
106
Member Avatar for Pankaj18

Hi, I am using RegularExpressionValidator to validate EmailID where ValidateExpresion is:: \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* Actually i want to validate EmailID that can also contain spaces. example:: < [email]raman@gmail.com[/email] >,<raman@gmail.com>,< [email]raman@gmail.com[/email]> I want to validate all of the above Email IDs as Valid. Please help me Thanks in advance

Member Avatar for woodsrr
0
109
Member Avatar for Pankaj18

Hi, I want to get files(.doc,.docx) from Directory and show the Content with formatting in a webform. Is there any solution? Please help me. Thanks in advance.

Member Avatar for kvprajapati
0
51
Member Avatar for Pankaj18

Hi, I am using following code to extrcat Text from .doc file. Code:: [code] FileStream fileStream = new FileStream("F:\\Resume_Rajib_Ghosal.doc", FileMode.Open, FileAccess.Read, FileShare.None); StreamReader srd = new StreamReader(fileStream); while (srd.Read() > 0) { string text = srd.ReadToEnd(); } srd.Close(); [/code] But aftering extracting when i search kewords as xml,hidden,control,form,html as so …

Member Avatar for kvprajapati
0
72
Member Avatar for Pankaj18

Hi, I want to extract text from PDF in C# asp.net. I am using this code as following link :: Link:: [url]http://www.codeproject.com/KB/cs/PDFToText.aspx[/url] But this code is not working properly. The main problem is that when i get output file they have no that content which are in Inputfile. Is there …

Member Avatar for sinnerFA
0
75
Member Avatar for Pankaj18

Hi, I have to create a mail server. Is it appropriate to store all the messages (Emails) in Sql server or is there some other way? How do these mail servers like gmail, Hotmail, SquirrelMail work? My company is creating a CRM where we have to download some selected messages …

Member Avatar for kvprajapati
0
53
Member Avatar for Pankaj18

Hi, I want to validate multiple Email ids separated with comma(,) with single TextBox as CC. please help me. Thanks Pankaj

Member Avatar for sknake
0
243
Member Avatar for Pankaj18

Hi, I am using below code in asp.net to redirect one page to another page. Response.Redirect("new.aspx"); but i want to redirect in a Htmp page in a particular frame which target name is 'bottom'. If there is any solution so please help me. Thanks ! Pankaj Singh

0
55
Member Avatar for Pankaj18
Member Avatar for kvprajapati
0
97
Member Avatar for Pankaj18

Hi, I have a Project in Asp.net which have approximate 120 forms. Each of them have multiple controls as Table, Textbox, Dropdown,ListBox,Gridview..nd so on with different different name. I have set the width and Height of all controls as Pixel(px). But now i want to change width and Height in …

0
82
Member Avatar for Pankaj18

Hi, I have problem, i have designed a web page in asp.net 3.5. I have a TextBox and a button, the User is expected to write some comment in the TextBox. The TextBox can also have a comment pattern including a (') on the click of button the data in …

Member Avatar for Kusno
0
83
Member Avatar for Pankaj18

Hi, I have an issue using Upadtepanel, if i use it on the form the Gridview does not seem to work. Is there a way out for this? Please help me Thanks Pankaj Singh

Member Avatar for serkan sendur
0
49
Member Avatar for Pankaj18

Hi, I am using this code '[B][I]Response.Write("<script>window.close()</script>")[/I][/B];' to close current form in Asp.net . but if i want to close any specific form as "[B][I]employee.aspx[/I][/B]" then what is the code of it. please help me Thanks ! Pankaj Singh

0
46
Member Avatar for Pankaj18

Hi, In Gridview, it have three Auto generated fields and one template fields (CheckBox) which Header text is Select. This Allow to paging true and Page size 10. When we have more than 10 rows, so we have to select second indexing. But i have a problem that when i …

Member Avatar for Pankaj18
0
57
Member Avatar for Pankaj18

Hi, We have schedule a job through SQL agent in which We want to access the data of a specific field from SQL table For example we have a field named interviewDate, we have to compare it with current date. now we have to write a stored procedure to read …

Member Avatar for sknake
-1
125
Member Avatar for Pankaj18

Hi, I am using below code to hide a column in Gridview. But it display an error. My code:: [code]protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[7].Visible =false;//error generated on this line }[/code] Error:: Specified argument was out of the range of valid values Parameter name: index Please help me. …

Member Avatar for Pankaj18
0
654
Member Avatar for Pankaj18

Hi all, I want to send mail attatchment from SQL server. I have a Image field and i have stored word documemts in it. I am designing a form where an Email has to been sent with(attatchment) the word documents in the image field. So, i am looking for code …

Member Avatar for sknake
0
124
Member Avatar for Pankaj18

Hi all, I am using below code for check space but it generate errors. my Code:: [code]string str = TextBox1.Text; int l = str.Length; int i; for (i = 0; i < l; i++) { if (str[i] == " ") { Response.Write("Invalid"); } else { Response.Write("valid"); } }[/code] Error:: Operator …

Member Avatar for kvprajapati
0
82
Member Avatar for Pankaj18

Hi all, I want to display path(Path of a word Doucument file) stored in a Table (Sql Server 2005) in FileUpload Control through coding. Please Help me. Thanks ! Pankaj

Member Avatar for Ramy Mahrous
0
64
Member Avatar for Pankaj18

Hi, I want to display a text, getting from database, into a DropdownList using text property. My Code:: [code=ASP.NET]SqlDataReader drd; if (drd.Read()) { drpcompname.Text = drd.GetValue(0).ToString(); }[/code] But It Display an error:: 'drpcompname' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter …

Member Avatar for Ramesh S
0
124